Skip to content

Commit 9f7929b

Browse files
Update dependency openvino to v2025.2.0
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 92581f3 commit 9f7929b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demos/common/export_models/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--pre
55
optimum-intel@git+https://github.com/huggingface/optimum-intel.git@8fa4ebd9fb45349b16334a38409a4cfb40c2bc68
66
openvino-tokenizers[transformers]<=2025.1.0rc3
7-
openvino==2025.1.0rc3
7+
openvino==2025.2.0
88
nncf>=2.11.0
99
sentence_transformers==3.1.1
1010
openai

demos/python_demos/clip_image_classification/download_model_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--extra-index-url "https://download.pytorch.org/whl/cpu"
22
--extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/nightly"
33
--pre
4-
openvino==2025.1.*
4+
openvino==2025.2.*
55
numpy<2.0
66
transformers==4.49 # 4.50 has a bug
77
pillow==10.3.0

0 commit comments

Comments
 (0)