Skip to content

Commit d07faae

Browse files

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/genai-tools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
platform: ubuntu22
4646
commit_packages_to_provide: wheels
47-
revision: latest_available_commit
47+
revision: a8aba4e104f027c2ba8a21fd6c4c861110c57ed9
4848

4949
llm_bench:
5050
name: 'LLM bench tests'

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
platform: ubuntu22
5454
commit_packages_to_provide: wheels,openvino_js_package.tar.gz
55-
revision: latest_available_commit
55+
revision: a8aba4e104f027c2ba8a21fd6c4c861110c57ed9
5656

5757
- name: Clone docker tag from OpenVINO repo
5858
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
platform: 'windows'
5151
commit_packages_to_provide: wheels,openvino_js_package.zip
52-
revision: 'latest_available_commit'
52+
revision: 'a8aba4e104f027c2ba8a21fd6c4c861110c57ed9'
5353

5454
genai_build_cpack:
5555
name: genai cpack (${{ matrix.build_type }})
@@ -216,7 +216,7 @@ jobs:
216216
- name: Configure Developer Command Prompt for Microsoft Visual C++
217217
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
218218
with:
219-
toolset: 14.40 # v2022
219+
toolset: 14.40 # v2022
220220

221221
- name: Build Tokenizers Wheel
222222
run: |

0 commit comments

Comments
 (0)