We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb693e commit ddb1c29Copy full SHA for ddb1c29
.github/workflows/causal_lm_cpp.yml
@@ -710,6 +710,7 @@ jobs:
710
cmake --build ./build/ --config Release --target visual_language_chat -j
711
- run: >
712
LD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH
713
+ DYLD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$DYLD_LIBRARY_PATH
714
./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11
715
<<< $'What is on the image?\nWhat is special on the image?'
716
timeout-minutes: 2
0 commit comments