Skip to content

Commit 55af01e

Browse files
committedOct 6, 2024
LD
1 parent 53f3154 commit 55af01e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/causal_lm_cpp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -704,16 +704,16 @@ jobs:
704704
- run: ls ${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/
705705
- run: OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
706706
- 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
708708
run: |
709709
source ./ov/setupvars.sh
710710
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
711711
python ./samples/cpp/visual_language_chat/export_MiniCPM-V-2_6.py ./miniCPM-V-2_6/
712712
- run: wget https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/d5fbbd1a-d484-415c-88cb-9986625b7b11
713713
- 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
715715
<<< $'What is on the image?\nWhat is special on the image?'
716-
timeout-minutes: 2
716+
timeout-minutes: 1
717717
718718
cpp-continuous-batching-ubuntu:
719719
runs-on: ubuntu-20.04-8-cores

0 commit comments

Comments
 (0)