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