Skip to content

Commit b8c3e0f

Browse files
Bump openvino_tokenizers submodule to 2025.0.1 (#1840)
That change fixes the following build use case: ``` pip wheel ./thirdparty/openvino_tokenizers/[transformers] pip wheel . ```
1 parent b85c3ee commit b8c3e0f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/causal_lm_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
l_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/pre-release/2025.0.0rc1/l_openvino_toolkit_ubuntu20_2025.0.0.dev20250116_x86_64.tgz
2020
l_u22_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/pre-release/2025.0.0rc1/l_openvino_toolkit_ubuntu22_2025.0.0.dev20250116_x86_64.tgz
2121
m_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/pre-release/2025.0.0rc1/m_openvino_toolkit_macos_12_6_2025.0.0.dev20250116_x86_64.tgz
22-
w_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/pre-release/2025.0.0rc1/w_openvino_toolkit_windows_2025.0.0.dev20250116_x86_64.zip
22+
w_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0.1/windows/openvino_toolkit_windows_2025.0.1.17971.1ba1ed4f524_x86_64.zip
2323

2424
jobs:
2525
cpp-multinomial-greedy_causal_lm-ubuntu:

.github/workflows/lcm_dreamshaper_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
env:
2020
PYTHON_VERSION: '3.9'
2121
LINUX_OV_ARCHIVE_URL: https://storage.openvinotoolkit.org/repositories/openvino/packages/pre-release/2025.0.0rc1/l_openvino_toolkit_ubuntu22_2025.0.0.dev20250116_x86_64.tgz
22-
WINDOWS_OV_ARCHIVE_URL: https://storage.openvinotoolkit.org/repositories/openvino/packages/pre-release/2025.0.0rc1/w_openvino_toolkit_windows_2025.0.0.dev20250116_x86_64.zip
22+
WINDOWS_OV_ARCHIVE_URL: https://storage.openvinotoolkit.org/repositories/openvino/packages/2025.0.1/windows/openvino_toolkit_windows_2025.0.1.17971.1ba1ed4f524_x86_64.zip
2323
OV_INSTALL_DIR: ${{ github.workspace }}/ov
2424

2525
jobs:

.github/workflows/stable_diffusion_1_5_cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
platform: ubuntu22
4747
commit_packages_to_provide: wheels
48-
revision: 2025.0.0rc1
48+
revision: 2025.0.1
4949

5050
openvino_download_windows:
5151
name: Download OpenVINO for Windows
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
platform: windows
7373
commit_packages_to_provide: wheels
74-
revision: 2025.0.0rc1
74+
revision: 2025.0.1
7575

7676
stable_diffusion_1_5_cpp-linux:
7777
runs-on: ubuntu-22.04-8-cores

0 commit comments

Comments
 (0)