File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 - if : ${{ matrix.transformers-version == 'latest' && matrix.test-pattern == '*modeling*'}}
5555 name : Install auto-gptq, autoawq
5656 run : |
57- pip install auto-gptq autoawq --extra-index-url https://download.pytorch.org/whl/cpu
57+ pip install auto-gptq " autoawq<0.2.8" --extra-index-url https://download.pytorch.org/whl/cpu
5858
5959 - if : ${{ matrix.test-pattern == '*modeling*' }}
6060 name : Uninstall NNCF
Original file line number Diff line number Diff line change 8181 - if : ${{ matrix.transformers-version == 'latest' && matrix.os != 'windows-2019' }}
8282 name : Install auto-gptq, autoawq
8383 run : |
84- pip install auto-gptq autoawq --extra-index-url https://download.pytorch.org/whl/cpu
84+ pip install auto-gptq " autoawq<0.2.8" --extra-index-url https://download.pytorch.org/whl/cpu
8585
8686 - name : Pip freeze
8787 run : pip freeze
Original file line number Diff line number Diff line change 5252 - if : ${{ matrix.transformers-version == 'latest' && matrix.os != 'windows-2019' }}
5353 name : Install auto-gptq, autoawq
5454 run : |
55- pip install auto-gptq autoawq --extra-index-url https://download.pytorch.org/whl/cpu
55+ pip install auto-gptq " autoawq<0.2.8" --extra-index-url https://download.pytorch.org/whl/cpu
5656
5757 - name : Pip freeze
5858 run : pip freeze
You can’t perform that action at this time.
0 commit comments