We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4641861 commit 8881a83Copy full SHA for 8881a83
.github/workflows/test_openvino_examples.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Install dependencies
38
run: |
39
- pip install optimum[openvino] jstyleson
+ pip install optimum[openvino] jstyleson nncf
40
pip install -r examples/openvino/audio-classification/requirements.txt
41
pip install -r examples/openvino/image-classification/requirements.txt
42
pip install -r examples/openvino/question-answering/requirements.txt
0 commit comments