Skip to content

Commit 604b4c9

Browse files
authored
SDL tokenizers fixes (#1958)
Update tokenizers to pickup SDL fixes - openvinotoolkit/openvino_tokenizers#446
1 parent a635ed9 commit 604b4c9

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

.github/workflows/mac.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
ov_artifact_name: ${{ steps.openvino_download.outputs.ov_artifact_name }}
3030
ov_wheel_source: ${{ steps.openvino_download.outputs.ov_wheel_source }}
3131
ov_version: ${{ steps.openvino_download.outputs.ov_version }}
32-
ov_latest_artifact_name: ${{ steps.openvino_latest_download.outputs.ov_artifact_name }}
3332
timeout-minutes: 10
3433
defaults:
3534
run:
@@ -46,14 +45,7 @@ jobs:
4645
id: openvino_download
4746
with:
4847
platform: macos_12_6
49-
commit_packages_to_provide: wheels
50-
revision: latest_nightly
51-
52-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/1
53-
id: openvino_latest_download
54-
with:
55-
platform: macos_12_6
56-
commit_packages_to_provide: openvino_js_package.tar.gz
48+
commit_packages_to_provide: wheels,openvino_js_package.tar.gz
5749
revision: latest_available_commit
5850

5951
genai_build_cmake:
@@ -308,7 +300,7 @@ jobs:
308300
- name: Download OpenVINO package
309301
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
310302
with:
311-
name: ${{ needs.openvino_download.outputs.ov_latest_artifact_name }}
303+
name: ${{ needs.openvino_download.outputs.ov_artifact_name }}
312304
path: ${{ env.OV_INSTALL_DIR }}
313305
merge-multiple: true
314306

@@ -488,7 +480,7 @@ jobs:
488480
- name: Download OpenVINO Artifacts
489481
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
490482
with:
491-
name: ${{ needs.openvino_download.outputs.ov_latest_artifact_name }}
483+
name: ${{ needs.openvino_download.outputs.ov_artifact_name }}
492484
path: ${{ env.INSTALL_DIR }}
493485
merge-multiple: true
494486

0 commit comments

Comments
 (0)