Skip to content

Commit 1fd0723

Browse files
przepeckdtrawins
andauthored
ov runtime update to 2026.2.rc1 (#4204)
### 🛠 Summary ### 🧪 Checklist - [ ] Unit tests added. - [ ] The documentation updated. - [ ] Change follows security best practices. `` --------- Co-authored-by: Dariusz Trawinski <Dariusz.Trawinski@intel.com>
1 parent 8f76444 commit 1fd0723

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.dev20260509
11-
openvino==2026.2.0.dev20260509
10+
openvino-tokenizers==2026.2.0.0rc1
11+
openvino==2026.2.0rc1
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 ?= 2492324617a7bf9b4b14b5547e75545449bec1f0
23-
OV_TOKENIZERS_BRANCH ?= 02bcda8f91fb5093f4028bb44980d03f44dce790
24-
OV_GENAI_BRANCH ?= 1e7a63d14a18a0d227e5a2413763ee45395af58a
22+
OV_SOURCE_BRANCH ?= 5ec01181735c55a23fbaa9242327890949825076
23+
OV_TOKENIZERS_BRANCH ?= f43dbd55981e8252f66e1c32d7e6fd2b4585c60e
24+
OV_GENAI_BRANCH ?= 1550089e3126479c5d7702758d8ac707edd34209
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.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
32+
DLDT_PACKAGE_URL_UBUNTU24 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.2.0.0rc1/openvino_genai_ubuntu24_2026.2.0.0rc1_x86_64.tar.gz
33+
DLDT_PACKAGE_URL_UBUNTU22 ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.2.0.0rc1/openvino_genai_ubuntu22_2026.2.0.0rc1_arm64.tar.gz
34+
DLDT_PACKAGE_URL_RHEL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.2.0.0rc1/openvino_genai_rhel8_2026.2.0.0rc1_x86_64.tar.gz
35+
GENAI_PACKAGE_URL_WINDOWS ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.2.0.0rc1/openvino_genai_windows_2026.2.0.0rc1_x86_64.zip

0 commit comments

Comments
 (0)