Skip to content

Commit 255799c

Browse files
authored
Replace removed nightly, upgrade optimum-intel (openvinotoolkit#243)
1 parent 154ba54 commit 255799c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lcm_dreamshaper_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Initialize OpenVINO
2323
run: |
2424
mkdir openvino
25-
curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.0.0-14004-a240ae8fadd/l_openvino_toolkit_ubuntu20_2024.0.0.dev20240116_x86_64.tgz | tar --directory ./openvino/ --strip-components 1 -xz
25+
curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.1.0-14573-ac041605861/l_openvino_toolkit_ubuntu20_2024.1.0.dev20240223_x86_64.tgz | tar --directory ./openvino/ --strip-components 1 -xz
2626
sudo ./openvino/install_dependencies/install_openvino_dependencies.sh
2727
- name: Download / convert a model / tokenizer
2828
run: |
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
22
torch==2.2.0+cpu
33
diffusers==0.26.2
4-
optimum-intel[nncf,openvino]==1.14.0
4+
optimum-intel[nncf,openvino]==1.15.2

0 commit comments

Comments
 (0)