Skip to content

Commit

Permalink
added pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Nov 5, 2024
1 parent 20d4225 commit 97d5ded
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test_openvino_slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,8 @@ jobs:
run: |
pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install .[tests] transformers[testing]
- if: ${{ matrix.openvino-version == 'stable' }}
name: Install stable OpenVINO
run: |
pip install openvino openvino-tokenizers
pip install .[openvino,tests] transformers[testing]
pip uninstall -y nncf
- if: ${{ matrix.openvino-version == 'nightly' }}
name: Install nightly OpenVINO
Expand All @@ -60,6 +56,9 @@ jobs:
name: Downgrade Transformers and Accelerate
run: pip install transformers==${{ matrix.transformers-version }} accelerate==0.*

- name: Pip freeze
run: pip freeze

- name: Test with Pytest (basic)
run: |
pytest tests/openvino/test_modeling_basic.py
Expand Down

0 comments on commit 97d5ded

Please sign in to comment.