Skip to content

Commit

Permalink
Use tokenizers 2024.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
as-suvorov committed Apr 9, 2024
1 parent ca994ad commit d782b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stable_diffusion_1_5_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- name: Install OpenVINO and other conda dependencies
run: |
conda activate openvino_sd_cpp
conda install -c conda-forge c-compiler cxx-compiler make cmake
pip install openvino-nightly
conda install -c conda-forge openvino c-compiler cxx-compiler make cmake
conda env config vars set LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
- name: Install python dependencies
Expand Down

0 comments on commit d782b99

Please sign in to comment.