Skip to content

Commit

Permalink
add necessary packages in test_openvino_full
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Dec 20, 2024
1 parent a241a7d commit b0e4860
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_openvino_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
if: ${{ matrix.transformers-version != 'latest' }}
run: pip install transformers==${{ matrix.transformers-version }}

- 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
- name: Pip freeze
run: pip freeze

Expand Down

0 comments on commit b0e4860

Please sign in to comment.