Skip to content

Commit

Permalink
Constain autoawq version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-savelyevv committed Jan 22, 2025
1 parent 2b0d642 commit a9effa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- if: ${{ matrix.transformers-version == 'latest' && matrix.test-pattern == '*modeling*'}}
name: Install auto-gptq, autoawq
run: |
pip install auto-gptq autoawq --extra-index-url https://download.pytorch.org/whl/cpu
pip install auto-gptq autoawq<0.28 --extra-index-url https://download.pytorch.org/whl/cpu
- if: ${{ matrix.test-pattern == '*modeling*' }}
name: Uninstall NNCF
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- if: ${{ matrix.transformers-version == 'latest' && matrix.os != 'windows-2019' }}
name: Install auto-gptq, autoawq
run: |
pip install auto-gptq autoawq --extra-index-url https://download.pytorch.org/whl/cpu
pip install auto-gptq autoawq<0.28 --extra-index-url https://download.pytorch.org/whl/cpu
- name: Pip freeze
run: pip freeze
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- if: ${{ matrix.transformers-version == 'latest' && matrix.os != 'windows-2019' }}
name: Install auto-gptq, autoawq
run: |
pip install auto-gptq autoawq --extra-index-url https://download.pytorch.org/whl/cpu
pip install auto-gptq autoawq<0.28 --extra-index-url https://download.pytorch.org/whl/cpu
- name: Pip freeze
run: pip freeze
Expand Down

0 comments on commit a9effa8

Please sign in to comment.