File tree 2 files changed +2
-2
lines changed
image_generation/lcm_dreamshaper_v7/cpp/scripts
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
- name : Initialize OpenVINO
23
23
run : |
24
24
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
26
26
sudo ./openvino/install_dependencies/install_openvino_dependencies.sh
27
27
- name : Download / convert a model / tokenizer
28
28
run : |
Original file line number Diff line number Diff line change 1
1
--extra-index-url https://download.pytorch.org/whl/cpu
2
2
torch == 2.2.0+cpu
3
3
diffusers == 0.26.2
4
- optimum-intel [nncf,openvino ]== 1.14.0
4
+ optimum-intel [nncf,openvino ]== 1.15.2
You can’t perform that action at this time.
0 commit comments