Skip to content

Commit

Permalink
test for ov examples
Browse files Browse the repository at this point in the history
  • Loading branch information
NoushNabi committed Mar 13, 2024
1 parent c91f0d9 commit 2300d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
#pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
pip install optimum[openvino] nncf
pip install -r examples/openvino/audio-classification/requirements.txt
pip install -r examples/openvino/image-classification/requirements.txt
Expand Down

0 comments on commit 2300d10

Please sign in to comment.