File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 73
73
74
74
- name : Unit Testing
75
75
run : |
76
- PYTHONPATH=$PWD pytest --durations=0 tests
76
+ PYTHONPATH=$PWD pytest
77
+ -m "not largedist" \
78
+ --durations=0 \
79
+ --ignore tests/test_analyzer \
80
+ --ignore tests/test_auto_parallel \
81
+ --ignore tests/test_fx \
82
+ --ignore tests/test_autochunk \
83
+ --ignore tests/test_gptq \
84
+ --ignore tests/test_infer_ops \
85
+ --ignore tests/test_legacy \
86
+ --ignore tests/test_smoothquant \
87
+ tests/
77
88
env :
78
89
DATA : /data/scratch/cifar-10
79
90
LD_LIBRARY_PATH : /github/home/.tensornvme/lib
Original file line number Diff line number Diff line change 67
67
68
68
- name : Unit Testing
69
69
run : |
70
- PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
70
+ PYTHONPATH=$PWD pytest \
71
+ -m "not largedist" \
72
+ --durations=0 \
73
+ --ignore tests/test_analyzer \
74
+ --ignore tests/test_auto_parallel \
75
+ --ignore tests/test_fx \
76
+ --ignore tests/test_autochunk \
77
+ --ignore tests/test_gptq \
78
+ --ignore tests/test_infer_ops \
79
+ --ignore tests/test_legacy \
80
+ --ignore tests/test_smoothquant \
81
+ tests/
71
82
env :
72
83
DATA : /data/scratch/cifar-10
73
84
LD_LIBRARY_PATH : /github/home/.tensornvme/lib
Original file line number Diff line number Diff line change 61
61
62
62
- name : Unit Testing
63
63
run : |
64
- PYTHONPATH=$PWD pytest -m "not largedist" --durations=0 tests
64
+ PYTHONPATH=$PWD pytest \
65
+ -m "not largedist" \
66
+ --durations=0 \
67
+ --ignore tests/test_analyzer \
68
+ --ignore tests/test_auto_parallel \
69
+ --ignore tests/test_fx \
70
+ --ignore tests/test_autochunk \
71
+ --ignore tests/test_gptq \
72
+ --ignore tests/test_infer_ops \
73
+ --ignore tests/test_legacy \
74
+ --ignore tests/test_smoothquant \
75
+ tests/
65
76
env :
66
77
DATA : /data/scratch/cifar-10
67
78
LD_LIBRARY_PATH : /github/home/.tensornvme/lib
You can’t perform that action at this time.
0 commit comments