Skip to content

Commit da90190

Browse files
committed
new genai
1 parent 01128e7 commit da90190

File tree

2 files changed

+7
-32
lines changed

2 files changed

+7
-32
lines changed

external/cb.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

third_party/llm_engine/llm_engine.bzl

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ def llm_engine():
2424
new_git_repository(
2525
name = "llm_engine",
2626
remote = "https://github.com/openvinotoolkit/openvino.genai",
27-
commit = "5dc96ff3ee358a19a8903c489847546095423cb8", # master 2025-08-09
27+
commit = "d6b2e816ba8edc52f3f4ac459240f664df67c1b8", # master 2025-08-13
2828
build_file = "@_llm_engine//:BUILD",
2929
init_submodules = True,
3030
recursive_init_submodules = True,
3131
patch_args = ["-p1"],
32-
patches = ["cb.patch"],
3332
)
3433
# when using local repository manually run: git submodule update --recursive
3534
#native.new_local_repository(
@@ -66,6 +65,9 @@ def _impl(repository_ctx):
6665
"WIN32": "True",
6766
"X86_64": "True",
6867
"BUILD_TOKENIZERS": "OFF",
68+
"ENABLE_SAMPLES": "OFF",
69+
"ENABLE_TOOLS": "OFF",
70+
"ENABLE_TESTS": "OFF",
6971
"ENABLE_XGRAMMAR": "ON",
7072
"""
7173
jobs_param = "\"-j 8\"" # on Windows we do not need to specify number of jobs, it's set to all available cores number
@@ -82,6 +84,9 @@ def _impl(repository_ctx):
8284
"CMAKE_ARCHIVE_OUTPUT_DIRECTORY": "lib",
8385
"ENABLE_SYSTEM_ICU": "True",
8486
"BUILD_TOKENIZERS": "OFF",
87+
"ENABLE_SAMPLES": "OFF",
88+
"ENABLE_TOOLS": "OFF",
89+
"ENABLE_TESTS": "OFF",
8590
"ENABLE_XGRAMMAR": "ON",
8691
"""
8792
jobs_param = "\"-j 8\"" # on Linux we need to specify jobs number, by default it's set to 1

0 commit comments

Comments
 (0)