Skip to content

Commit

Permalink
Merge branch 'releases/2024/6' into fix_samples_streamer_for_release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wovchena authored Jan 7, 2025
2 parents e7d00d9 + 827a1b7 commit 1064276
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Continuous batching functionality is used within OpenVINO Model Server (OVMS) to

# Install optimum-intel to be able to download, convert and optimize LLMs from Hugging Face
# Optimum is not required to run models, only to convert and compress
pip install optimum-intel@git+https://github.com/huggingface/optimum-intel.git
pip install optimum-intel@git+https://github.com/huggingface/optimum-intel.git@420fa87d039425a906b7f755e4562b65947f016a

# (Optional) Install (TBD) to be able to download models from Model Scope
```
Expand Down
2 changes: 2 additions & 0 deletions samples/export-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
openvino-tokenizers~=2024.6.0.0.dev
# since https://github.com/huggingface/optimum-intel/pull/1085, Image generation models have changed their interface
# so, we have to pin to latest compatible commit
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git@420fa87d039425a906b7f755e4562b65947f016a
numpy<2.0.0; sys_platform == 'darwin'
einops==0.8.0 # For Qwen
Expand Down
3 changes: 2 additions & 1 deletion tests/python_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git
# optimum is pinned because of Whisper is changed since transformers 4.47 (https://github.com/huggingface/optimum-intel/pull/1088)
optimum-intel @ git+https://github.com/huggingface/optimum-intel.git@753f84db6e0966580eb9eaa74a808213be730631
numpy<2.0.0; sys_platform == 'darwin'
onnx==1.16.1
pytest
Expand Down

0 comments on commit 1064276

Please sign in to comment.