Skip to content

Commit 7112cae

Browse files
authored
update ov runtime and bump demos reqs (#4186)
### 🛠 Summary Update OV Runtime ### 🧪 Checklist - [ ] Unit tests added. - [ ] The documentation updated. - [ ] Change follows security best practices. ``
1 parent 6410782 commit 7112cae

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

demos/common/export_models/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
--extra-index-url "https://download.pytorch.org/whl/cpu"
22
--extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/nightly"
33
--extra-index-url "https://storage.openvinotoolkit.org/simple/wheels/pre-release"
4-
optimum-intel@git+https://github.com/huggingface/optimum-intel.git@39121884e050a32f9ded590f8597760d7e7ac205
4+
optimum-intel@git+https://github.com/huggingface/optimum-intel.git@d4dd21a3aa89c0671d85b704847ac06a378e761c
55
accelerate
66
datasets
77
diffusers # for image generation
88
nncf
99
numpy
10-
openvino-tokenizers==2026.2.0.dev20260501
11-
openvino==2026.2.0.dev20260501
10+
openvino-tokenizers==2026.2.0.dev20260507
11+
openvino==2026.2.0.dev20260507
1212
pillow
1313
sentence_transformers==5.3.0
1414
sentencepiece # Required by: transformers`

versions.mk

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
# Any variable can be overridden by the environment or command-line.
2020

2121
# Source repository git commits / branches (used for source builds)
22-
OV_SOURCE_BRANCH ?= b674d4dd6c4bf30551c4de3ead912773ba4b6800
23-
OV_TOKENIZERS_BRANCH ?= c7ebcdb31ca8e4f28430ef75c31b1347ab199174
24-
OV_GENAI_BRANCH ?= b556f14c03b5a537de4c7dcffc6d8bb2ac96c6b6
22+
OV_SOURCE_BRANCH ?= b363c7daf6cbd2a9f020a514a173873f41616402
23+
OV_TOKENIZERS_BRANCH ?= b5eb36f08b1867c8c71688db20c8760b751a071b
24+
OV_GENAI_BRANCH ?= 0a10767a25d715dfc258864cc8c0b20f1788ced4
2525

2626
# Source repository organizations
2727
OV_SOURCE_ORG ?= openvinotoolkit
2828
OV_GENAI_ORG ?= openvinotoolkit
2929
OV_TOKENIZERS_ORG ?= openvinotoolkit
3030

3131
# Binary package URLs for each supported platform.
32-
DLDT_PACKAGE_URL_UBUNTU24 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260501/openvino_genai_ubuntu24_2026.2.0.0.dev20260501_x86_64.tar.gz
33-
DLDT_PACKAGE_URL_UBUNTU22 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260501/openvino_genai_ubuntu22_2026.2.0.0.dev20260501_x86_64.tar.gz
34-
DLDT_PACKAGE_URL_RHEL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260501/openvino_genai_rhel8_2026.2.0.0.dev20260501_x86_64.tar.gz
35-
GENAI_PACKAGE_URL_WINDOWS ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260501/openvino_genai_windows_2026.2.0.0.dev20260501_x86_64.zip
32+
DLDT_PACKAGE_URL_UBUNTU24 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260507/openvino_genai_ubuntu24_2026.2.0.0.dev20260507_x86_64.tar.gz
33+
DLDT_PACKAGE_URL_UBUNTU22 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260507/openvino_genai_ubuntu22_2026.2.0.0.dev20260507_x86_64.tar.gz
34+
DLDT_PACKAGE_URL_RHEL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260507/openvino_genai_rhel8_2026.2.0.0.dev20260507_x86_64.tar.gz
35+
GENAI_PACKAGE_URL_WINDOWS ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260507/openvino_genai_windows_2026.2.0.0.dev20260507_x86_64.zip

0 commit comments

Comments
 (0)