Merge branch 'main' into feature/add-multitask-dit

This commit is contained in:
Bryson Jones
2026-03-05 20:21:36 -08:00
committed by GitHub
+1 -2
View File
@@ -206,5 +206,4 @@ jobs:
python -c "import torch; print(f'PyTorch CUDA available: {torch.cuda.is_available()}'); print(f'Number of GPUs: {torch.cuda.device_count()}')"
- name: Run multi-GPU training tests
# TODO(Steven): Investigate why motors tests are failing in multi-GPU setup
run: pytest tests -vv --maxfail=10 --ignore=tests/motors/
run: pytest -vv tests/training/