diff --git a/.github/workflows/test_openvino.yml b/.github/workflows/test_openvino.yml index 755236ebe1..d9882773ba 100644 --- a/.github/workflows/test_openvino.yml +++ b/.github/workflows/test_openvino.yml @@ -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.2.8" --extra-index-url https://download.pytorch.org/whl/cpu - if: ${{ matrix.test-pattern == '*modeling*' }} name: Uninstall NNCF diff --git a/.github/workflows/test_openvino_full.yml b/.github/workflows/test_openvino_full.yml index ab852c6537..c003fc81b2 100644 --- a/.github/workflows/test_openvino_full.yml +++ b/.github/workflows/test_openvino_full.yml @@ -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.2.8" --extra-index-url https://download.pytorch.org/whl/cpu - name: Pip freeze run: pip freeze diff --git a/.github/workflows/test_openvino_slow.yml b/.github/workflows/test_openvino_slow.yml index a4e8a046b5..34b5a78699 100644 --- a/.github/workflows/test_openvino_slow.yml +++ b/.github/workflows/test_openvino_slow.yml @@ -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.2.8" --extra-index-url https://download.pytorch.org/whl/cpu - name: Pip freeze run: pip freeze