Skip to content

Commit c60cedf

Browse files
committed
upd
1 parent 8cf6f6c commit c60cedf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/task_test_nightly_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ pip install ${DIST_PYTHON_DIR}/*.tar.gz
2828

2929
# Verify installation
3030
echo "Verifying installation..."
31-
python -m flashinfer show-config
31+
# Run from /tmp to avoid importing local flashinfer/ source directory
32+
(cd /tmp && python -m flashinfer show-config)
3233

3334
# Run test shard
3435
echo "Running test shard ${TEST_SHARD}..."

0 commit comments

Comments
 (0)