File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,15 @@ jobs:
129
129
TEST_DEVICE : CPU
130
130
OP_REPORT_FILE : ${{ env.INSTALL_TEST_DIR }}/TEST-torch_unsupported_ops.log
131
131
132
+ - name : TorchFX GPTQ Pattern Test
133
+ if : ${{ inputs.model_scope == 'precommit' }}
134
+ run : |
135
+ export PYTHONPATH=${MODEL_HUB_TESTS_INSTALL_DIR}:$PYTHONPATH
136
+ python3 -m pytest ${MODEL_HUB_TESTS_INSTALL_DIR}/transformation_tests/test_gptq_torchfx_transformations.py -m precommit --html=${INSTALL_TEST_DIR}/TEST-torch_gptqpattern_tests.html --self-contained-html -v --tb=short
137
+ env :
138
+ TEST_DEVICE : CPU
139
+ USE_SYSTEM_CACHE : False
140
+
132
141
- name : PyTorch Models Tests Not Timm or Torchvision
133
142
if : ${{ inputs.model_scope == 'precommit' || inputs.model_scope == 'nightly_scope2' }}
134
143
run : |
@@ -149,15 +158,6 @@ jobs:
149
158
TEST_DEVICE : CPU
150
159
USE_SYSTEM_CACHE : False
151
160
152
- - name : TorchFX GPTQ Pattern Test
153
- if : ${{ inputs.model_scope == 'precommit' }}
154
- run : |
155
- export PYTHONPATH=${MODEL_HUB_TESTS_INSTALL_DIR}:$PYTHONPATH
156
- python3 -m pytest ${MODEL_HUB_TESTS_INSTALL_DIR}/transformation_tests/test_gptq_torchfx_transformations.py -m precommit --html=${INSTALL_TEST_DIR}/TEST-torch_gptqpattern_tests.html --self-contained-html -v --tb=short
157
- env :
158
- TEST_DEVICE : CPU
159
- USE_SYSTEM_CACHE : False
160
-
161
161
- name : RoPE Test
162
162
if : ${{ inputs.model_scope == 'precommit' }}
163
163
run : |
You can’t perform that action at this time.
0 commit comments