Skip to content

Commit

Permalink
Install torchvision CPU in OpenVINO notebook tests (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel authored Oct 17, 2024
1 parent 981442f commit f7b5b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_openvino_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
# ffmpeg, torchaudio and pillow are required for image classification and audio classification pipelines
sudo apt-get install ffmpeg
pip install torch torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -r notebooks/openvino/requirements.txt
pip install .[tests,openvino] nbval
Expand Down

0 comments on commit f7b5b54

Please sign in to comment.