File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -704,16 +704,16 @@ jobs:
704
704
- run : ls ${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/
705
705
- run : OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
706
706
- 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
- - name : Download and convert a model
707
+ - name : Download and convert MiniCPM-V-2_6
708
708
run : |
709
709
source ./ov/setupvars.sh
710
710
python -m pip install --upgrade-strategy eager ./thirdparty/openvino_tokenizers/[transformers] -r ./samples/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
711
711
python ./samples/cpp/visual_language_chat/export_MiniCPM-V-2_6.py ./miniCPM-V-2_6/
712
712
- run : wget https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/d5fbbd1a-d484-415c-88cb-9986625b7b11
713
713
- run : >
714
- ./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11
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
715
715
<<< $'What is on the image?\nWhat is special on the image?'
716
- timeout-minutes: 2
716
+ timeout-minutes: 1
717
717
718
718
cpp-continuous-batching-ubuntu :
719
719
runs-on : ubuntu-20.04-8-cores
You can’t perform that action at this time.
0 commit comments