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