We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 981442f commit f7b5b54Copy full SHA for f7b5b54
.github/workflows/test_openvino_notebooks.yml
@@ -39,7 +39,7 @@ jobs:
39
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
40
# ffmpeg, torchaudio and pillow are required for image classification and audio classification pipelines
41
sudo apt-get install ffmpeg
42
- 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
43
pip install -r notebooks/openvino/requirements.txt
44
pip install .[tests,openvino] nbval
45
0 commit comments