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 f89ae64 commit 6785b6eCopy full SHA for 6785b6e
scripts/task_jit_run_tests_part2.sh
@@ -11,10 +11,10 @@ if [ "$SKIP_INSTALL" = "0" ]; then
11
fi
12
13
# Run each test file separately to isolate CUDA memory issues
14
-pytest -s tests/utils/test_block_sparse.py
15
pytest -s tests/utils/test_jit_example.py
16
pytest -s tests/utils/test_jit_warmup.py
17
pytest -s tests/utils/test_norm.py
+pytest -s tests/attention/test_block_sparse.py
18
pytest -s tests/attention/test_rope.py
19
pytest -s tests/attention/test_mla_page.py
20
pytest -s tests/utils/test_quantization.py
0 commit comments