Skip to content

Commit 6156c31

Browse files
authored
update OV to 2nd May build (#3271)
1 parent 8b8400a commit 6156c31

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ FUZZER_BUILD ?= 0
7474
# NOTE: when changing any value below, you'll need to adjust WORKSPACE file by hand:
7575
# - uncomment source build section, comment binary section
7676
# - adjust binary version path - version variable is not passed to WORKSPACE file!
77-
OV_SOURCE_BRANCH ?= 131bcad397f2b549637f56eab527a4a2320d5af4 # master 2025-04-24
77+
OV_SOURCE_BRANCH ?= 5928ba60fd5f592cbe9397c8a8425c927d78d98d # master 2025-05-03
7878
OV_CONTRIB_BRANCH ?= c39462ca8d7c550266dc70cdbfbe4fc8c5be0677 # master / 2024-10-31
7979
OV_TOKENIZERS_BRANCH ?= 979cba29ffc1f99d3c53e28a2c29b750390e59d9 # master 2025-04-25
8080

@@ -161,11 +161,11 @@ ifeq ($(findstring ubuntu,$(BASE_OS)),ubuntu)
161161
ifeq ($(BASE_OS_TAG),24.04)
162162
OS=ubuntu24
163163
INSTALL_DRIVER_VERSION ?= "24.52.32224"
164-
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.2.0-18851-131bcad397f/openvino_toolkit_ubuntu24_2025.2.0.dev20250424_x86_64.tgz
164+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.2.0-18918-5928ba60fd5/openvino_toolkit_ubuntu24_2025.2.0.dev20250503_x86_64.tgz
165165
else ifeq ($(BASE_OS_TAG),22.04)
166166
OS=ubuntu22
167167
INSTALL_DRIVER_VERSION ?= "24.39.31294"
168-
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.2.0-18851-131bcad397f/openvino_toolkit_ubuntu22_2025.2.0.dev20250424_x86_64.tgz
168+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.2.0-18918-5928ba60fd5/openvino_toolkit_ubuntu22_2025.2.0.dev20250503_x86_64.tgz
169169
endif
170170
endif
171171
ifeq ($(BASE_OS),redhat)
@@ -174,7 +174,7 @@ ifeq ($(BASE_OS),redhat)
174174
BASE_IMAGE ?= registry.access.redhat.com/ubi9/ubi:$(BASE_OS_TAG_REDHAT)
175175
BASE_IMAGE_RELEASE=registry.access.redhat.com/ubi9/ubi-minimal:$(BASE_OS_TAG_REDHAT)
176176
DIST_OS=redhat
177-
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.2.0-18851-131bcad397f/openvino_toolkit_rhel8_2025.2.0.dev20250424_x86_64.tgz
177+
DLDT_PACKAGE_URL ?= https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.2.0-18918-5928ba60fd5/openvino_toolkit_rhel8_2025.2.0.dev20250503_x86_64.tgz
178178
INSTALL_DRIVER_VERSION ?= "24.52.32224"
179179
endif
180180

src/test/llm/assisted_decoding_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ TEST_F(AssistedDecodingPipelinesHttpTest, unaryCompletionsJsonSpeculativeDecodin
208208
}
209209

210210
TEST_F(AssistedDecodingPipelinesHttpTest, unaryChatCompletionsJsonSpeculativeDecoding) {
211-
GTEST_SKIP() << "Skip this test until tokenizer not respecting add_special_tokens parameter bug is fixed";
212211
// Generate reference from the base model (unassisted generation)
213212
config.max_new_tokens = 10;
214213
config.temperature = 0;

third_party/llm_engine/llm_engine.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def llm_engine():
2424
new_git_repository(
2525
name = "llm_engine",
2626
remote = "https://github.com/openvinotoolkit/openvino.genai",
27-
commit = "ce681ed7fefa834e881809b7f9ff8a6a13f61a17", # master 2025-04-24
27+
commit = "a8146b175283a979023b47ce6192e71b070bc70f", # master 2025-05-02
2828
build_file = "@_llm_engine//:BUILD",
2929
init_submodules = True,
3030
recursive_init_submodules = True,

windows_install_build_dependencies.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ IF /I EXIST %bash_path% (
124124

125125
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
126126
::::::::::::::::::::::: GENAI/OPENVINO - reinstalled per build trigger
127-
set "genai_dir=openvino_genai_windows_2025.2.0.0.dev20250424_x86_64"
128-
set "genai_ver=openvino_genai_windows_2025.2.0.0.dev20250424_x86_64.zip"
129-
set "genai_http=https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.2.0.0.dev20250424/"
127+
set "genai_dir=openvino_genai_windows_2025.2.0.0.dev20250503_x86_64"
128+
set "genai_ver=openvino_genai_windows_2025.2.0.0.dev20250503_x86_64.zip"
129+
set "genai_http=https://storage.openvinotoolkit.org/repositories/openvino_genai/packages/nightly/2025.2.0.0.dev20250503/"
130130

131131
set "genai_zip=%BAZEL_SHORT_PATH%\%genai_ver%"
132132
set "genai_workspace=C:\\\\opt\\\\openvino\\\\runtime"

0 commit comments

Comments
 (0)