Skip to content

Commit 90bbd9a

Browse files
committed
install optimum from source
1 parent 338e661 commit 90bbd9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_openvino.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
python -m pip install --upgrade pip
3333
# install PyTorch CPU version to avoid installing CUDA packages on GitHub runner without GPU
3434
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
35+
pip install git+https://github.com/huggingface/optimum.git
3536
pip install .[openvino,openvino-tokenizers,nncf,tests,diffusers]
3637
- name: Test with Pytest
3738
run: |

0 commit comments

Comments
 (0)