Skip to content

Commit

Permalink
Revert "WA for NPU plugin issue (#1567)"
Browse files Browse the repository at this point in the history
This reverts commit d8f2f0b.
  • Loading branch information
ilya-lavrenov committed Jan 17, 2025
1 parent d8afcdf commit b3dbd88
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/genai-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels
revision: ed470e7e40129d6b2bf728bc9527316937a69ef7
revision: latest_available_commit

llm_bench:
name: 'LLM bench tests'
Expand Down
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: ed470e7e40129d6b2bf728bc9527316937a69ef7
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/stable_diffusion_1_5_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
platform: ubuntu22
commit_packages_to_provide: wheels
revision: ed470e7e40129d6b2bf728bc9527316937a69ef7
revision: latest_available_commit

openvino_download_windows:
name: Download OpenVINO for Windows
Expand All @@ -71,7 +71,7 @@ jobs:
with:
platform: windows
commit_packages_to_provide: wheels
revision: ed470e7e40129d6b2bf728bc9527316937a69ef7
revision: latest_available_commit

stable_diffusion_1_5_cpp-linux:
runs-on: ubuntu-22.04-8-cores
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

env:
PYTHON_VERSION: '3.11'
OV_BRANCH: 'ed470e7e40129d6b2bf728bc9527316937a69ef7'
OV_BRANCH: 'master'
OV_TARBALL: ''

jobs:
Expand Down

0 comments on commit b3dbd88

Please sign in to comment.