Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 07184ae

Browse files
committedOct 8, 2024·
Fixed conflicts.
2 parents 6877837 + 93927b5 commit 07184ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+1606
-625
lines changed
 

‎.github/workflows/causal_lm_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ jobs:
703703
run: |
704704
source ./ov/setupvars.sh
705705
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
706-
cmake --build ./build/ --config Release -j
706+
cmake --build ./build/ --config Release --target visual_language_chat -j
707707
- name: Download and convert and model
708708
run: |
709709
source ./ov/setupvars.sh

‎.github/workflows/lcm_dreamshaper_cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Run app
6868
run: |
6969
source ${{ env.OV_INSTALL_DIR }}/setupvars.sh
70-
./build/samples/cpp/stable_diffusion/stable_diffusion ./models/lcm_dreamshaper_v7/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
70+
./build/samples/cpp/text2image/stable_diffusion ./models/lcm_dreamshaper_v7/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
7171
7272
lcm_dreamshaper_v7_cpp-windows:
7373
runs-on: windows-latest
@@ -118,7 +118,7 @@ jobs:
118118
- name: Run app
119119
run: |
120120
. "${{ env.OV_INSTALL_DIR }}/setupvars.ps1"
121-
./build/samples/cpp/stable_diffusion/Release/lcm_dreamshaper.exe ./models/lcm_dreamshaper_v7/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
121+
./build/samples/cpp/text2image/Release/lcm_dreamshaper.exe ./models/lcm_dreamshaper_v7/FP16 "cyberpunk cityscape like Tokyo New York with tall buildings at dusk golden hour cinematic lighting"
122122
123123
Overall_Status:
124124
name: ci/gha_overall_status_lcm

0 commit comments

Comments
 (0)
Please sign in to comment.