Skip to content

Commit d297551

Browse files
authored
Update to the latest tokenizers with StringPack/Unpack from opset (#1562)
1 parent 7998955 commit d297551

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

thirdparty/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ if(BUILD_TOKENIZERS)
2424
# Prebuilt dependencies
2525
if(WIN32)
2626
set(extra_libs "${CMAKE_BINARY_DIR}/_deps/fast_tokenizer-src/lib/core_tokenizers.dll"
27-
"${CMAKE_BINARY_DIR}/_deps/fast_tokenizer-src/third_party/lib/icudt70.dll"
28-
"${CMAKE_BINARY_DIR}/_deps/fast_tokenizer-src/third_party/lib/icuuc70.dll")
27+
"${CMAKE_BINARY_DIR}/_deps/icu/icu-src/bin64/icudt70.dll"
28+
"${CMAKE_BINARY_DIR}/_deps/icu/icu-src/bin64/icuuc70.dll")
2929
elseif(LINUX)
3030
set(extra_libs "${CMAKE_BINARY_DIR}/_deps/fast_tokenizer-src/lib/libcore_tokenizers.so")
3131
elseif(APPLE)

thirdparty/openvino_tokenizers

Submodule openvino_tokenizers updated 50 files

0 commit comments

Comments
 (0)