Skip to content

Commit

Permalink
pin optimum version (#1675)
Browse files Browse the repository at this point in the history
The recent addition of transformers [4.48 support
](huggingface/optimum-intel#1136) in
optimum-intel has has broke our CI. Temporarily pined version of
optium-intel.


![image](https://github.com/user-attachments/assets/9d999570-09d0-414f-a210-a48029f49640)


![image](https://github.com/user-attachments/assets/284a0403-b18a-497f-9155-a8083bad618e)
  • Loading branch information
pavel-esir authored Feb 5, 2025
1 parent 9575602 commit a224c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/export-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
openvino-tokenizers~=2025.1.0.0.dev
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git@faeebf3416d17e3a6761db5f2e05569e0319311b
numpy<2.0.0; sys_platform == 'darwin'
einops==0.8.0 # For Qwen
transformers_stream_generator==0.0.5 # For Qwen
Expand Down
2 changes: 1 addition & 1 deletion tools/llm_bench/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ torch
transformers>=4.40.0
diffusers>=0.22.0
#optimum is in dependency list of optimum-intel
git+https://github.com/huggingface/optimum-intel.git@main#egg=optimum-intel
git+https://github.com/huggingface/optimum-intel.git@faeebf3416d17e3a6761db5f2e05569e0319311b#egg=optimum-intel
git+https://github.com/openvinotoolkit/nncf.git@develop#egg=nncf
packaging
psutil
Expand Down

0 comments on commit a224c1e

Please sign in to comment.