Skip to content

Commit 6785b6e

Browse files
committed
upd
1 parent f89ae64 commit 6785b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/task_jit_run_tests_part2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ if [ "$SKIP_INSTALL" = "0" ]; then
1111
fi
1212

1313
# Run each test file separately to isolate CUDA memory issues
14-
pytest -s tests/utils/test_block_sparse.py
1514
pytest -s tests/utils/test_jit_example.py
1615
pytest -s tests/utils/test_jit_warmup.py
1716
pytest -s tests/utils/test_norm.py
17+
pytest -s tests/attention/test_block_sparse.py
1818
pytest -s tests/attention/test_rope.py
1919
pytest -s tests/attention/test_mla_page.py
2020
pytest -s tests/utils/test_quantization.py

0 commit comments

Comments
 (0)