We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf6f6c commit c60cedfCopy full SHA for c60cedf
scripts/task_test_nightly_build.sh
@@ -28,7 +28,8 @@ pip install ${DIST_PYTHON_DIR}/*.tar.gz
28
29
# Verify installation
30
echo "Verifying installation..."
31
-python -m flashinfer show-config
+# Run from /tmp to avoid importing local flashinfer/ source directory
32
+(cd /tmp && python -m flashinfer show-config)
33
34
# Run test shard
35
echo "Running test shard ${TEST_SHARD}..."
0 commit comments