mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-06-25 15:01:43 +00:00
fix
This commit is contained in:
parent
594384328c
commit
562767c884
@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Unit Testing
|
- name: Unit Testing
|
||||||
run: |
|
run: |
|
||||||
PYTHONPATH=$PWD pytest --durations=0 tests
|
PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
|
||||||
env:
|
env:
|
||||||
DATA: /data/scratch/cifar-10
|
DATA: /data/scratch/cifar-10
|
||||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||||
|
@ -61,7 +61,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Unit Testing
|
- name: Unit Testing
|
||||||
run: |
|
run: |
|
||||||
PYTHONPATH=$PWD pytest --durations=0 tests
|
PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
|
||||||
env:
|
env:
|
||||||
DATA: /data/scratch/cifar-10
|
DATA: /data/scratch/cifar-10
|
||||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||||
|
Loading…
Reference in New Issue
Block a user