We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b316c92 commit 797d8edCopy full SHA for 797d8ed
.github/workflows/causal_lm_cpp.yml
@@ -700,7 +700,7 @@ jobs:
700
run: >
701
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
702
&& brew install coreutils scons
703
- - run: OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
+ - run: OpenVINO_DIR=ov/runtime/cmake cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
704
- run: cmake --build ./build/ --config Release --target visual_language_chat -j
705
- name: Download and convert a model and an image
706
run: |
0 commit comments