Skip to content

Commit d21e27c

Browse files
ilya-lavrenovpavel-esirWovchenat-jankowskinikita-savelyevv
authored
GHA: Use 2025.0.0 RC1 (#1578)
Also, ported the following PRs: - #1588 - #1586 - #1582 - #1573 - #1585 - #1584 --------- Signed-off-by: Tomasz Jankowski <[email protected]> Co-authored-by: Pavel Esir <[email protected]> Co-authored-by: Vladimir Zlobin <[email protected]> Co-authored-by: Tomasz Jankowski <[email protected]> Co-authored-by: Nikita Savelyev <[email protected]> Co-authored-by: guozhong wang <[email protected]>
1 parent eed81fe commit d21e27c

23 files changed

+78
-58
lines changed

.github/workflows/causal_lm_cpp.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
env:
19-
l_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.0.0-17800-91ae987c516/l_openvino_toolkit_ubuntu20_2025.0.0.dev20250109_x86_64.tgz
20-
l_u22_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.0.0-17800-91ae987c516/l_openvino_toolkit_ubuntu22_2025.0.0.dev20250109_x86_64.tgz
21-
m_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.0.0-17800-91ae987c516/m_openvino_toolkit_macos_12_6_2025.0.0.dev20250109_x86_64.tgz
22-
w_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.0.0-17800-91ae987c516/w_openvino_toolkit_windows_2025.0.0.dev20250109_x86_64.zip
19+
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
20+
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
21+
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
23+
2324
jobs:
2425
cpp-multinomial-greedy_causal_lm-ubuntu:
2526
runs-on: ubuntu-20.04-8-cores
@@ -463,6 +464,7 @@ jobs:
463464
env:
464465
PYTHONPATH: "./build/:$PYTHONPATH"
465466
LD_LIBRARY_PATH: "./build/openvino_genai/:$LD_LIBRARY_PATH"
467+
466468
cpp-prompt_lookup_decoding_lm-ubuntu:
467469
runs-on: ubuntu-20.04-16-cores
468470
defaults:
@@ -520,6 +522,7 @@ jobs:
520522
env:
521523
PYTHONPATH: "./build/:$PYTHONPATH"
522524
LD_LIBRARY_PATH: "./build/openvino_genai/:$LD_LIBRARY_PATH"
525+
523526
cpp-Phi-1_5:
524527
runs-on: ubuntu-20.04-16-cores
525528
defaults:
@@ -697,7 +700,6 @@ jobs:
697700
diff pred2.txt ref.txt
698701
echo "Chat sample python" passed
699702
700-
701703
visual_language_chat_sample-ubuntu-minicpm_v2_6:
702704
runs-on: ubuntu-22.04-16-cores
703705
steps:

.github/workflows/genai-tools.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
- ${{ github.workspace }}:${{ github.workspace }}
4040

4141
steps:
42-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
42+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/0
4343
id: openvino_download
4444
with:
4545
platform: ubuntu22
4646
commit_packages_to_provide: wheels
47-
revision: ed470e7e40129d6b2bf728bc9527316937a69ef7
47+
revision: latest_available_commit
4848

4949
llm_bench:
5050
name: 'LLM bench tests'

.github/workflows/job_vlm_sample_llava.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
type: string
1212

1313
env:
14-
l_u22_ov_link: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.0.0-17800-91ae987c516/l_openvino_toolkit_ubuntu22_2025.0.0.dev20250109_x86_64.tgz
14+
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
1515

1616
jobs:
1717
visual_language_chat_sample-ubuntu-llava:

.github/workflows/lcm_dreamshaper_cpp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ concurrency:
1818

1919
env:
2020
PYTHON_VERSION: '3.9'
21-
LINUX_OV_ARCHIVE_URL: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.0.0-17800-91ae987c516/l_openvino_toolkit_ubuntu22_2025.0.0.dev20250109_x86_64.tgz
22-
WINDOWS_OV_ARCHIVE_URL: https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2025.0.0-17800-91ae987c516/w_openvino_toolkit_windows_2025.0.0.dev20250109_x86_64.zip
21+
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
2323
OV_INSTALL_DIR: ${{ github.workspace }}/ov
2424

2525
jobs:
@@ -93,7 +93,7 @@ jobs:
9393
${{ env.build_dir }}/samples/cpp/image_generation/inpainting ./models/lcm_dreamshaper_v7 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting" ./image.png ./mask_image.png
9494
9595
lcm_dreamshaper_v7_cpp-windows:
96-
runs-on: windows-2019
96+
runs-on: windows-2022
9797
defaults:
9898
run:
9999
shell: pwsh

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
- ${{ github.workspace }}:${{ github.workspace }}
4848

4949
steps:
50-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
50+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/0
5151
id: openvino_download
5252
with:
5353
platform: ubuntu22
5454
commit_packages_to_provide: wheels
55-
revision: ed470e7e40129d6b2bf728bc9527316937a69ef7
55+
revision: latest_available_commit
5656

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

.github/workflows/mac.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ concurrency:
1717

1818
env:
1919
PYTHON_VERSION: '3.10'
20-
OV_BRANCH: 'master'
21-
OV_TARBALL: ''
20+
OV_BRANCH: 'releases/2025/0'
21+
OV_TARBALL: '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'
2222

2323
jobs:
2424
openvino_download:
@@ -224,17 +224,17 @@ jobs:
224224
- name: Test bindings
225225
run: |
226226
source ${OV_INSTALL_DIR}/setupvars.sh
227-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] -r ./tests/python_tests/requirements.txt --find-links ${OV_INSTALL_DIR}/wheels
227+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] -r ./tests/python_tests/requirements.txt --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
228228
python -m pytest -v ./tests/python_tests/test_tokenizer.py::test_set_chat_template
229229
env:
230230
PYTHONPATH: "./build/:$PYTHONPATH"
231231

232232
- name: Test bindings (wheel)
233233
run: |
234234
source ${OV_INSTALL_DIR}/setupvars.sh
235-
python -m pip install . --verbose --find-links ${OV_INSTALL_DIR}/wheels
235+
python -m pip install . --verbose --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
236236
python -c "from openvino_genai import LLMPipeline"
237-
python -m pip install ./tools/who_what_benchmark --find-links ${OV_INSTALL_DIR}/wheels
237+
python -m pip install ./tools/who_what_benchmark --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
238238
python -m pytest -v ./tests/python_tests/ --ignore ./tests/python_tests/test_whisper_pipeline.py --ignore ./tests/python_tests/test_vlm_pipeline.py -k "not test_set_chat_template"
239239
240240
genai_python_lib_whisper:
@@ -289,17 +289,17 @@ jobs:
289289
- name: Test bindings
290290
run: |
291291
source ${OV_INSTALL_DIR}/setupvars.sh
292-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] -r ./tests/python_tests/requirements.txt --find-links ${OV_INSTALL_DIR}/wheels
292+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] -r ./tests/python_tests/requirements.txt --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
293293
python -m pytest -v ./tests/python_tests/test_whisper_pipeline.py -k test_smoke
294294
env:
295295
PYTHONPATH: "./build/:$PYTHONPATH"
296296

297297
- name: Test bindings (wheel)
298298
run: |
299299
source ${OV_INSTALL_DIR}/setupvars.sh
300-
python -m pip install . --verbose --find-links ${OV_INSTALL_DIR}/wheels
300+
python -m pip install . --verbose --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
301301
python -c "from openvino_genai import LLMPipeline"
302-
python -m pip install ./tools/who_what_benchmark --find-links ${OV_INSTALL_DIR}/wheels
302+
python -m pip install ./tools/who_what_benchmark --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
303303
python -m pytest -v ./tests/python_tests/test_whisper_pipeline.py -k "not test_smoke"
304304
305305
genai_package:
@@ -355,8 +355,8 @@ jobs:
355355
- name: Build and Install dependencies
356356
run: |
357357
source ${OV_INSTALL_DIR}/setupvars.sh
358-
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --find-links ${OV_INSTALL_DIR}/wheels
359-
python -m pip install -r ./samples/requirements.txt --find-links ${OV_INSTALL_DIR}/wheels
358+
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
359+
python -m pip install -r ./samples/requirements.txt --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release
360360
optimum-cli export openvino --trust-remote-code --model TinyLlama/TinyLlama-1.1B-Chat-v1.0 TinyLlama-1.1B-Chat-v1.0
361361
optimum-cli export openvino --trust-remote-code --model openai/whisper-tiny whisper-tiny
362362

.github/workflows/stable_diffusion_1_5_cpp.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
- ${{ github.workspace }}:${{ github.workspace }}
4141

4242
steps:
43-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
43+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/0
4444
id: openvino_download
4545
with:
4646
platform: ubuntu22
4747
commit_packages_to_provide: wheels
48-
revision: ed470e7e40129d6b2bf728bc9527316937a69ef7
48+
revision: 2025.0.0rc1
4949

5050
openvino_download_windows:
5151
name: Download OpenVINO for Windows
@@ -66,12 +66,12 @@ jobs:
6666
- ${{ github.workspace }}:${{ github.workspace }}
6767

6868
steps:
69-
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@master
69+
- uses: openvinotoolkit/openvino/.github/actions/openvino_provider@releases/2025/0
7070
id: openvino_download
7171
with:
7272
platform: windows
7373
commit_packages_to_provide: wheels
74-
revision: ed470e7e40129d6b2bf728bc9527316937a69ef7
74+
revision: 2025.0.0rc1
7575

7676
stable_diffusion_1_5_cpp-linux:
7777
runs-on: ubuntu-22.04-8-cores
@@ -153,7 +153,7 @@ jobs:
153153

154154
stable_diffusion_1_5_cpp-windows:
155155
needs: [ openvino_download_windows ]
156-
runs-on: windows-2019
156+
runs-on: windows-2022
157157
defaults:
158158
run:
159159
shell: pwsh

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
env:
1919
PYTHON_VERSION: '3.11'
20-
OV_BRANCH: 'ed470e7e40129d6b2bf728bc9527316937a69ef7'
20+
OV_BRANCH: 'releases/2025/0'
2121
OV_TARBALL: ''
2222

2323
jobs:

samples/cpp/image_generation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Users can change the sample code and play with the following generation paramete
2828

2929
The `--upgrade-strategy eager` option is needed to ensure `optimum-intel` is upgraded to the latest version.
3030

31-
It's not required to install [../../export-requirements.txt](../../export requirements.txt) for deployment if the model has already been exported.
31+
It's not required to install [../../export-requirements.txt](../../export-requirements.txt) for deployment if the model has already been exported.
3232

3333
```sh
3434
pip install --upgrade-strategy eager -r ../../requirements.txt

samples/cpp/visual_language_chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are two sample files:
1212

1313
The `--upgrade-strategy eager` option is needed to ensure `optimum-intel` is upgraded to the latest version.
1414

15-
It's not required to install [../../export-requirements.txt](../../export requirements.txt) for deployment if the model has already been exported.
15+
It's not required to install [../../export-requirements.txt](../../export-requirements.txt) for deployment if the model has already been exported.
1616

1717
```sh
1818
pip install --upgrade-strategy eager -r ../../requirements.txt

0 commit comments

Comments
 (0)