Skip to content

Commit 8cc70f4

Browse files
authored
OV runtime 0509 (#4195)
### 🛠 Summary OV runtime update ### 🧪 Checklist - [ ] Unit tests added. - [ ] The documentation updated. - [ ] Change follows security best practices. ``
1 parent b057bad commit 8cc70f4

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

demos/common/export_models/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ datasets
77
diffusers # for image generation
88
nncf
99
numpy
10-
openvino-tokenizers==2026.2.0.dev20260507
11-
openvino==2026.2.0.dev20260507
10+
openvino-tokenizers==2026.2.0.dev20260509
11+
openvino==2026.2.0.dev20260509
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 ?= b363c7daf6cbd2a9f020a514a173873f41616402
23-
OV_TOKENIZERS_BRANCH ?= b5eb36f08b1867c8c71688db20c8760b751a071b
24-
OV_GENAI_BRANCH ?= 0a10767a25d715dfc258864cc8c0b20f1788ced4
22+
OV_SOURCE_BRANCH ?= 2492324617a7bf9b4b14b5547e75545449bec1f0
23+
OV_TOKENIZERS_BRANCH ?= 02bcda8f91fb5093f4028bb44980d03f44dce790
24+
OV_GENAI_BRANCH ?= 1e7a63d14a18a0d227e5a2413763ee45395af58a
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.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
32+
DLDT_PACKAGE_URL_UBUNTU24 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260509/openvino_genai_ubuntu24_2026.2.0.0.dev20260509_x86_64.tar.gz
33+
DLDT_PACKAGE_URL_UBUNTU22 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260509/openvino_genai_ubuntu22_2026.2.0.0.dev20260509_x86_64.tar.gz
34+
DLDT_PACKAGE_URL_RHEL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260509/openvino_genai_rhel8_2026.2.0.0.dev20260509_x86_64.tar.gz
35+
GENAI_PACKAGE_URL_WINDOWS ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2026.2.0.0.dev20260509/openvino_genai_windows_2026.2.0.0.dev20260509_x86_64.zip

0 commit comments

Comments
 (0)