Skip to content

Commit

Permalink
Fix test fails after PPP stops move tensor names (#1390)
Browse files Browse the repository at this point in the history
###  Description:
- Fix the GENAI test after PPP don't move Node's name and tensor names.

### Related PRs:
- openvinotoolkit/openvino_tokenizers#352
- openvinotoolkit/openvino#28069

---------

Signed-off-by: Raasz, Pawel <[email protected]>
  • Loading branch information
praasz authored Dec 16, 2024
1 parent c2bda35 commit b48ad93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels
revision: 747d0e7e105c9f2c9966a37861f95b1c7f886868
revision: latest_available_commit

- name: Clone docker tag from OpenVINO repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llm_bench-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: aks-linux-2-cores-8gb
container:
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
volumes:
volumes:
- /mount:/mount
- ${{ github.workspace }}:${{ github.workspace }}

Expand All @@ -44,7 +44,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels
revision: 747d0e7e105c9f2c9966a37861f95b1c7f886868
revision: latest_available_commit

build:
defaults:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/stable_diffusion_1_5_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: aks-linux-2-cores-8gb
container:
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
volumes:
volumes:
- /mount:/mount
- ${{ github.workspace }}:${{ github.workspace }}

Expand All @@ -45,7 +45,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels
revision: 747d0e7e105c9f2c9966a37861f95b1c7f886868
revision: latest_available_commit

openvino_download_windows:
name: Download OpenVINO for Windows
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: aks-linux-2-cores-8gb
container:
image: 'openvinogithubactions.azurecr.io/openvino_provider:0.1.0'
volumes:
volumes:
- /mount:/mount
- ${{ github.workspace }}:${{ github.workspace }}

Expand All @@ -71,7 +71,7 @@ jobs:
with:
platform: windows
commit_packages_to_provide: wheels
revision: 747d0e7e105c9f2c9966a37861f95b1c7f886868
revision: latest_available_commit

stable_diffusion_1_5_cpp-linux:
runs-on: ubuntu-22.04-8-cores
Expand Down

0 comments on commit b48ad93

Please sign in to comment.