Skip to content

Commit 149d678

Browse files
authored
remove broken link and update optimum-intel (#3326)
* remove broken link and update optimum-intel * update requriements
1 parent e970aad commit 149d678

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

demos/common/export_models/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
--extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/nightly"
33
--extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/pre-release"
44
--pre
5-
optimum-intel@git+https://github.com/huggingface/optimum-intel.git@69311c0f11c92aff670bc08a3ab0a4653213e25c
6-
openvino-tokenizers[transformers]<=2025.2.0.0rc1
7-
openvino<=2025.2.0rc1
5+
optimum-intel@git+https://github.com/huggingface/optimum-intel.git@3b2cffb40c3de6bd3bf90c1e8a98d902e87db80d
6+
openvino-tokenizers==2025.2.0.0rc1
7+
openvino==2025.2.0rc1
88
nncf>=2.11.0
9-
sentence_transformers==3.1.1
9+
sentence_transformers
1010
openai
1111
transformers<4.52
1212
einops

docs/python_support/reference.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -936,8 +936,6 @@ class OvmsPythonModel:
936936

937937
In such case, the client could implement different actions depending on which output it receives on the stream.
938938

939-
Another example of such configuration is signaling that generation is finished when running in [generative mode](#generative-mode). This solution is used in [image generation demo](https://github.com/openvinotoolkit/model_server/tree/main/demos/python_demos/stable_diffusion).
940-
941939

942940
### Calculator type conversions
943941

0 commit comments

Comments
 (0)