We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91f0d9 commit 2300d10Copy full SHA for 2300d10
.github/workflows/test_openvino_examples.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Install dependencies
38
run: |
39
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
40
- pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
+ #pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
41
pip install optimum[openvino] nncf
42
pip install -r examples/openvino/audio-classification/requirements.txt
43
pip install -r examples/openvino/image-classification/requirements.txt
0 commit comments