Skip to content

Commit c91f0d9

Browse files
committed
torch cpu
1 parent 0c0ee5b commit c91f0d9

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
run: |
3939
# 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
40+
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
4141
pip install optimum[openvino] nncf
4242
pip install -r examples/openvino/audio-classification/requirements.txt
4343
pip install -r examples/openvino/image-classification/requirements.txt

0 commit comments

Comments
 (0)