fix test_collectives (#1934)

* fix: fix test_collectives.py

* feat: reenable test_collectives
This commit is contained in:
wozeparrot
2023-09-28 11:02:22 -07:00
committed by GitHub
parent c36d0e3bd8
commit 70671d9625
2 changed files with 2 additions and 1 deletions
+1 -1
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
+1
View File
@@ -30,6 +30,7 @@ def run():
# reset jit
allreduce_jit.cnt = 0
allreduce_jit.input_replace = {}
# test uneven chunk sizes
for _ in range(3):