mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-29 22:41:15 +00:00
fix
This commit is contained in:
parent
c8aaa92e36
commit
948533f7de
@ -73,7 +73,18 @@ jobs:
|
||||
|
||||
- name: Unit Testing
|
||||
run: |
|
||||
PYTHONPATH=$PWD pytest --durations=0 tests
|
||||
PYTHONPATH=$PWD pytest
|
||||
-m "not largedist" \
|
||||
--durations=0 \
|
||||
--ignore tests/test_analyzer \
|
||||
--ignore tests/test_auto_parallel \
|
||||
--ignore tests/test_fx \
|
||||
--ignore tests/test_autochunk \
|
||||
--ignore tests/test_gptq \
|
||||
--ignore tests/test_infer_ops \
|
||||
--ignore tests/test_legacy \
|
||||
--ignore tests/test_smoothquant \
|
||||
tests/
|
||||
env:
|
||||
DATA: /data/scratch/cifar-10
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||
|
13
.github/workflows/compatiblity_test_on_pr.yml
vendored
13
.github/workflows/compatiblity_test_on_pr.yml
vendored
@ -67,7 +67,18 @@ jobs:
|
||||
|
||||
- name: Unit Testing
|
||||
run: |
|
||||
PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
|
||||
PYTHONPATH=$PWD pytest \
|
||||
-m "not largedist" \
|
||||
--durations=0 \
|
||||
--ignore tests/test_analyzer \
|
||||
--ignore tests/test_auto_parallel \
|
||||
--ignore tests/test_fx \
|
||||
--ignore tests/test_autochunk \
|
||||
--ignore tests/test_gptq \
|
||||
--ignore tests/test_infer_ops \
|
||||
--ignore tests/test_legacy \
|
||||
--ignore tests/test_smoothquant \
|
||||
tests/
|
||||
env:
|
||||
DATA: /data/scratch/cifar-10
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||
|
@ -61,7 +61,18 @@ jobs:
|
||||
|
||||
- name: Unit Testing
|
||||
run: |
|
||||
PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
|
||||
PYTHONPATH=$PWD pytest \
|
||||
-m "not largedist" \
|
||||
--durations=0 \
|
||||
--ignore tests/test_analyzer \
|
||||
--ignore tests/test_auto_parallel \
|
||||
--ignore tests/test_fx \
|
||||
--ignore tests/test_autochunk \
|
||||
--ignore tests/test_gptq \
|
||||
--ignore tests/test_infer_ops \
|
||||
--ignore tests/test_legacy \
|
||||
--ignore tests/test_smoothquant \
|
||||
tests/
|
||||
env:
|
||||
DATA: /data/scratch/cifar-10
|
||||
LD_LIBRARY_PATH: /github/home/.tensornvme/lib
|
||||
|
Loading…
Reference in New Issue
Block a user