mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-09 15:08:02 -05:00
fix test_collectives (#1934)
* fix: fix test_collectives.py * feat: reenable test_collectives
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user