We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7610aa commit aed62baCopy full SHA for aed62ba
.github/workflows/test_openvino_basic.yml
@@ -42,7 +42,7 @@ jobs:
42
# Install openvino manually to prevent dependency conflicts when .[openvino] pins
43
# optimum or transformers to a specific version
44
# Install PyTorch CPU to prevent unnecessary downloading/installing of CUDA packages
45
- pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
+ pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
46
pip install .[tests] openvino onnx onnxruntime ${{ matrix.optimum}} ${{ matrix.transformers }}
47
48
- name: Pip freeze
0 commit comments