Skip to content

Commit a443c9b

Browse files
committed
changed installation packages
1 parent fe9b262 commit a443c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_openvino_examples.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# ffmpeg, torchaudio and pillow are required for image classification and audio classification pipelines
4141
#sudo apt-get install ffmpeg
4242
#pip install torch torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
43-
pip install optimum[openvino] nncf
43+
pip install optimum[openvino]
4444
pip install datasets==2.4.0
4545
pip install -r examples/openvino/audio-classification/requirements.txt
4646
pip install -r examples/openvino/image-classification/requirements.txt

0 commit comments

Comments
 (0)