Skip to content

Commit

Permalink
install optimum from source
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Feb 9, 2024
1 parent 338e661 commit 90bbd9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_openvino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python -m pip install --upgrade pip
# install PyTorch CPU version to avoid installing CUDA packages on GitHub runner without GPU
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install git+https://github.com/huggingface/optimum.git
pip install .[openvino,openvino-tokenizers,nncf,tests,diffusers]
- name: Test with Pytest
run: |
Expand Down

0 comments on commit 90bbd9a

Please sign in to comment.