Skip to content

Commit 217f376

Browse files
committed
update ov deps to rc3
1 parent 1f3bec4 commit 217f376

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ FUZZER_BUILD ?= 0
7575
# - uncomment source build section, comment binary section
7676
# - adjust binary version path - version variable is not passed to WORKSPACE file!
7777

78-
OV_SOURCE_BRANCH ?= 77501947b70f6c7996f07c068f2067e868e356ed # releases/2026/0 branch
78+
OV_SOURCE_BRANCH ?= f08e8b36350149367ace4ed108f5e215dccddc4f # releases/2026/0 branch
7979
OV_TOKENIZERS_BRANCH ?= 47cea02a2d47b2fcf9152a1891f7360d6fdf4a27 # releases/2026/0 branch
80-
OV_GENAI_BRANCH ?= 67e82bbdcadd740b7d84de7b6586fb1a92836789 # releases/2026/0 branch
80+
OV_GENAI_BRANCH ?= dab5b993a38aeb15d06478d5f3aca72404646528 # releases/2026/0 branch
8181

8282
OV_SOURCE_ORG ?= openvinotoolkit
8383
OV_GENAI_ORG ?= openvinotoolkit
@@ -172,11 +172,11 @@ ifeq ($(findstring ubuntu,$(BASE_OS)),ubuntu)
172172
ifeq ($(BASE_OS_TAG),24.04)
173173
OS=ubuntu24
174174
INSTALL_DRIVER_VERSION ?= "25.48.36300"
175-
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.0.0.0rc2/openvino_genai_ubuntu24_2026.0.0.0rc2_x86_64.tar.gz
175+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.0.0.0rc3/openvino_genai_ubuntu24_2026.0.0.0rc3_x86_64.tar.gz
176176
else ifeq ($(BASE_OS_TAG),22.04)
177177
OS=ubuntu22
178178
INSTALL_DRIVER_VERSION ?= "24.39.31294"
179-
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.0.0.0rc2/openvino_genai_ubuntu22_2026.0.0.0rc2_x86_64.tar.gz
179+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.0.0.0rc3/openvino_genai_ubuntu22_2026.0.0.0rc3_x86_64.tar.gz
180180
endif
181181
endif
182182
ifeq ($(BASE_OS),redhat)
@@ -185,7 +185,7 @@ ifeq ($(BASE_OS),redhat)
185185
BASE_IMAGE ?= registry.access.redhat.com/ubi9/ubi:$(BASE_OS_TAG_REDHAT)
186186
BASE_IMAGE_RELEASE=registry.access.redhat.com/ubi9/ubi-minimal:$(BASE_OS_TAG_REDHAT)
187187
DIST_OS=redhat
188-
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.0.0.0rc2/openvino_genai_rhel8_2026.0.0.0rc2_x86_64.tar.gz # not used
188+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.0.0.0rc3/openvino_genai_rhel8_2026.0.0.0rc3_x86_64.tar.gz # not used
189189
INSTALL_DRIVER_VERSION ?= "24.52.32224"
190190
endif
191191

demos/common/export_models/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ diffusers # for image generation
99
einops
1010
nncf@git+https://github.com/openvinotoolkit/nncf.git
1111
numpy
12-
openvino-tokenizers==2026.0.0rc2
13-
openvino==2026.0.0rc2
12+
openvino-tokenizers==2026.0.0rc3
13+
openvino==2026.0.0rc3
1414
pillow
1515
sentence_transformers
1616
sentencepiece # Required by: transformers

windows_install_build_dependencies.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ IF "%OV_USE_BINARY%"=="0" (
155155
::::::::::::::::::::::: GENAI/OPENVINO install from ZIP - reinstalled per build trigger
156156
:: Set default GENAI_PACKAGE_URL if not set
157157
if "%GENAI_PACKAGE_URL%"=="" (
158-
set "GENAI_PACKAGE_URL=https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.0.0.0rc2/openvino_genai_windows_2026.0.0.0rc2_x86_64.zip"
158+
set "GENAI_PACKAGE_URL=https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/pre-release/2026.0.0.0rc3/openvino_genai_windows_2026.0.0.0rc3_x86_64.zip"
159159
)
160160

161161
:: Extract genai_ver from GENAI_PACKAGE_URL (filename)
@@ -208,7 +208,7 @@ IF /I EXIST %BAZEL_SHORT_PATH%\openvino (
208208
rmdir /S /Q %BAZEL_SHORT_PATH%\openvino
209209
)
210210
if "%OV_SOURCE_BRANCH%"=="" (
211-
set "OV_SOURCE_BRANCH=77501947b70f6c7996f07c068f2067e868e356ed"
211+
set "OV_SOURCE_BRANCH=f08e8b36350149367ace4ed108f5e215dccddc4f"
212212
)
213213
if "%OV_SOURCE_ORG%"=="" (
214214
set "OV_SOURCE_ORG=openvinotoolkit"
@@ -223,7 +223,7 @@ if "%GENAI_SOURCE_ORG%"=="" (
223223
set "GENAI_SOURCE_ORG=openvinotoolkit"
224224
)
225225
if "%GENAI_SOURCE_BRANCH%"=="" (
226-
set "GENAI_SOURCE_BRANCH=67e82bbdcadd740b7d84de7b6586fb1a92836789"
226+
set "GENAI_SOURCE_BRANCH=dab5b993a38aeb15d06478d5f3aca72404646528"
227227
)
228228

229229
echo [INFO] Using OpenVINO source from %OV_SOURCE_ORG%

0 commit comments

Comments
 (0)