Skip to content

Commit

Permalink
pin optimum-intel version
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousPanCake authored Jan 17, 2025
1 parent 29ec603 commit 6e0d926
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/requirements_pytorch
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ super-image==0.1.7
# huggingface-hub required for super-image
huggingface-hub==0.25.2

# use latest released version once it's available
git+https://github.com/huggingface/optimum-intel.git@main; python_version < "3.12"
# For now, we decided to pin a specific working version of optimum-intel.
# It will be discussed in the future how to manage versioning of the components properly.
git+https://github.com/huggingface/optimum-intel.git@190ae8737db68a826a86e48a709b41ae51d2e3ee; python_version < "3.12"
# set 'export HF_HUB_ENABLE_HF_TRANSFER=1' to benefits from hf_transfer
hf_transfer==0.1.8

Expand Down

0 comments on commit 6e0d926

Please sign in to comment.