We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff0889 commit 3a800a1Copy full SHA for 3a800a1
.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: OpenVINO_DIR=./ov/runtime/cmake/ TBB_DIR=./ov/runtime/3rdparty/tbb/lib/cmake/TBB/ 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_LIBRARY_PATH=./ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_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