We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798f42d commit ee057baCopy full SHA for ee057ba
.github/workflows/causal_lm_cpp.yml
@@ -684,6 +684,7 @@ jobs:
684
visual_language_sample:
685
strategy:
686
fail-fast: false
687
+ # Windows fails to compile Jinja2Cpp.
688
matrix: {runs-on: [ubuntu-20.04-4-cores, macos-12]}
689
runs-on: ${{ matrix.runs-on }}
690
steps:
@@ -700,7 +701,7 @@ jobs:
700
701
run: >
702
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
703
&& brew install coreutils scons
- - run: cmake -DOpenVINO_DIR=ov/runtime/cmake/ -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
704
+ - run: OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
705
- run: cmake --build ./build/ --config Release --target visual_language_chat -j
706
- name: Download and convert a model and an image
707
run: |
0 commit comments