fix get reduce contraction with test (#9834)

This commit is contained in:
George Hotz
2025-04-10 22:24:21 +08:00
committed by GitHub
parent c3fa470852
commit f666dd14eb
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -340,6 +340,8 @@ jobs:
run: awk '/```python/{flag=1;next}/```/{flag=0}flag' README.md > README.py && PYTHONPATH=. python README.py
- name: Run unit tests
run: PYTHONPATH="." python -m pytest -n=auto test/unit/
- name: Run targetted tests on NULL backend
run: PYTHONPATH="." NULL=1 python3 test/test_multitensor.py TestMultiTensor.test_data_parallel_resnet_train_step
- name: Run GC tests
run: PYTHONPATH="." python test/external/external_uop_gc.py
- name: Repo line count < 12500 lines