File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
- if : ${{ matrix.transformers-version == 'latest' && matrix.test-pattern == '*modeling*'}}
55
55
name : Install auto-gptq, autoawq
56
56
run : |
57
- pip install auto-gptq autoawq --extra-index-url https://download.pytorch.org/whl/cpu
57
+ pip install auto-gptq autoawq<0.28 --extra-index-url https://download.pytorch.org/whl/cpu
58
58
59
59
- if : ${{ matrix.test-pattern == '*modeling*' }}
60
60
name : Uninstall NNCF
Original file line number Diff line number Diff line change 81
81
- if : ${{ matrix.transformers-version == 'latest' && matrix.os != 'windows-2019' }}
82
82
name : Install auto-gptq, autoawq
83
83
run : |
84
- pip install auto-gptq autoawq --extra-index-url https://download.pytorch.org/whl/cpu
84
+ pip install auto-gptq autoawq<0.28 --extra-index-url https://download.pytorch.org/whl/cpu
85
85
86
86
- name : Pip freeze
87
87
run : pip freeze
Original file line number Diff line number Diff line change 52
52
- if : ${{ matrix.transformers-version == 'latest' && matrix.os != 'windows-2019' }}
53
53
name : Install auto-gptq, autoawq
54
54
run : |
55
- pip install auto-gptq autoawq --extra-index-url https://download.pytorch.org/whl/cpu
55
+ pip install auto-gptq autoawq<0.28 --extra-index-url https://download.pytorch.org/whl/cpu
56
56
57
57
- name : Pip freeze
58
58
run : pip freeze
You can’t perform that action at this time.
0 commit comments