File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -701,7 +701,6 @@ jobs:
701
701
run : >
702
702
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
703
703
&& brew install coreutils scons
704
- - run : ls ${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/
705
704
- run : OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
706
705
- run : LD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH cmake --build ./build/ --config Release --target visual_language_chat -j
707
706
- name : Download and convert MiniCPM-V-2_6
@@ -711,7 +710,8 @@ jobs:
711
710
python ./samples/cpp/visual_language_chat/export_MiniCPM-V-2_6.py ./miniCPM-V-2_6/
712
711
- run : wget https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/d5fbbd1a-d484-415c-88cb-9986625b7b11
713
712
- run : >
714
- LD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH ./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11
713
+ LD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH
714
+ ./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11
715
715
<<< $'What is on the image?\nWhat is special on the image?'
716
716
timeout-minutes: 1
717
717
You can’t perform that action at this time.
0 commit comments