Skip to content

Commit

Permalink
Restored SD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Nov 20, 2024
1 parent 6730822 commit 3013560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lcm_dreamshaper_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip'

- name: Build app
run: |
source ${{ env.OV_INSTALL_DIR }}/setupvars.sh
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
. "${{ env.OV_INSTALL_DIR }}/setupvars.ps1"
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ${{ env.build_dir }}
cmake --build ${{ env.build_dir }} --config Release --target stable_diffusion heterogeneous_stable_diffusion lora_stable_diffusion lora_fuse_stable_diffusion py_openvino_genai --parallel
cmake --build ${{ env.build_dir }} --config Release --target stable_diffusion heterogeneous_stable_diffusion lora_stable_diffusion py_openvino_genai --parallel
- name: Install python dependencies
run: |
Expand Down

0 comments on commit 3013560

Please sign in to comment.