We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338e661 commit 90bbd9aCopy full SHA for 90bbd9a
.github/workflows/test_openvino.yml
@@ -32,6 +32,7 @@ jobs:
32
python -m pip install --upgrade pip
33
# install PyTorch CPU version to avoid installing CUDA packages on GitHub runner without GPU
34
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
35
+ pip install git+https://github.com/huggingface/optimum.git
36
pip install .[openvino,openvino-tokenizers,nncf,tests,diffusers]
37
- name: Test with Pytest
38
run: |
0 commit comments