We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9b262 commit a443c9bCopy full SHA for a443c9b
.github/workflows/test_openvino_examples.yml
@@ -40,7 +40,7 @@ jobs:
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
43
- pip install optimum[openvino] nncf
+ pip install optimum[openvino]
44
pip install datasets==2.4.0
45
pip install -r examples/openvino/audio-classification/requirements.txt
46
pip install -r examples/openvino/image-classification/requirements.txt
0 commit comments