Skip to content

Commit 963a520

Browse files
committed
update tokenizers
1 parent ad49d94 commit 963a520

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/genai_package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
python-version: 3.8
1616
- run: mkdir ./ov/
17-
- run: curl curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.2.0-15454-0d95325972f/l_openvino_toolkit_centos7_2024.2.0.dev20240522_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
17+
- run: curl https://storage.openvinotoolkit.org/repositories/openvino/packages/nightly/2024.2.0-15484-4b8641ee3f4/l_openvino_toolkit_ubuntu20_2024.2.0.dev20240523_x86_64.tgz | tar --directory ./ov/ --strip-components 1 -xz
1818
- run: sudo ./ov/install_dependencies/install_openvino_dependencies.sh
1919
- run: sudo apt-get install libtbb-dev
2020
- run: source ./ov/setupvars.sh && cmake -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -S ./ -B ./build/

.github/workflows/lcm_dreamshaper_cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
conda activate openvino_lcm_cpp
4242
conda update -c conda-forge --all
43-
conda install -c conda-forge c-compiler cxx-compiler git make cmake # TODO: openvino=2024.2.0
43+
conda install -c conda-forgeopenvino=2024.1.0 c-compiler cxx-compiler git make cmake
4444
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
4545
4646
- name: Install python dependencies
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
conda activate openvino_lcm_cpp
8787
conda update -c conda-forge --all
88-
conda install -c conda-forge c-compiler cxx-compiler git make cmake # TODO: openvino=2024.2.0
88+
conda install -c conda-forge openvino=2024.1.0 c-compiler cxx-compiler git make cmake
8989
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
9090
9191
- name: Install python dependencies

.github/workflows/stable_diffusion_1_5_cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install OpenVINO and other conda dependencies
4040
run: |
4141
conda activate openvino_sd_cpp
42-
conda install -c conda-forge c-compiler cxx-compiler git make cmake # TODO: openvino=2024.1.0
42+
conda install -c conda-forge openvino=2024.1.0 c-compiler cxx-compiler git make cmake
4343
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
4444
4545
- name: Install python dependencies
@@ -83,7 +83,7 @@ jobs:
8383
- name: Install OpenVINO and other conda dependencies
8484
run: |
8585
conda activate openvino_sd_cpp
86-
conda install -c conda-forge c-compiler cxx-compiler git make cmake # TODO: openvino=2024.2.0
86+
conda install -c conda-forge openvino=2024.1.0 c-compiler cxx-compiler git make cmake
8787
8888
- name: Install python dependencies
8989
working-directory: ${{ env.working_directory }}

0 commit comments

Comments
 (0)