We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee057ba commit e88ae49Copy full SHA for e88ae49
.github/workflows/causal_lm_cpp.yml
@@ -701,7 +701,7 @@ 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/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
+ - 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
706
- name: Download and convert a model and an image
707
run: |
0 commit comments