fix test_collectives (#1934)

* fix: fix test_collectives.py

* feat: reenable test_collectives
This commit is contained in:
wozeparrot
2023-09-28 14:02:22 -04:00
committed by GitHub
parent c36d0e3bd8
commit 70671d9625
2 changed files with 2 additions and 1 deletions

View File

@@ -162,7 +162,7 @@ jobs:
name: Test multigpu
run: |
PYTHONPATH="." python test/external/dist/test_world.py
#PYTHONPATH="." python test/external/dist/test_collectives.py
PYTHONPATH="." python test/external/dist/test_collectives.py
- if: ${{ matrix.task == 'realworld' }}
name: Test KOPT
run: PYTHONPATH="." KOPT=1 BUDGET=20 GPU=1 DEBUG=1 python -m pytest -rA -n=auto test/models/test_real_world.py