Skip to content

Commit a9effa8

Browse files
Constain autoawq version
1 parent 2b0d642 commit a9effa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test_openvino.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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.28 --extra-index-url https://download.pytorch.org/whl/cpu
5858
5959
- if: ${{ matrix.test-pattern == '*modeling*' }}
6060
name: Uninstall NNCF

.github/workflows/test_openvino_full.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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.28 --extra-index-url https://download.pytorch.org/whl/cpu
8585
8686
- name: Pip freeze
8787
run: pip freeze

.github/workflows/test_openvino_slow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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.28 --extra-index-url https://download.pytorch.org/whl/cpu
5656
5757
- name: Pip freeze
5858
run: pip freeze

0 commit comments

Comments
 (0)