Skip to content

Commit 44f21c0

Browse files
committedOct 6, 2024
timeout-minutes: 2
1 parent 21da18b commit 44f21c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/causal_lm_cpp.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ jobs:
703703
&& brew install coreutils scons
704704
- run: OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
705705
- run: LD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH cmake --build ./build/ --config Release --target visual_language_chat -j
706-
timeout-minutes: 1
707706
- run: OpenVINO_DIR=./ov/runtime/cmake/ 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
708707
- run: >
709708
source ./ov/setupvars.sh
@@ -713,7 +712,7 @@ jobs:
713712
LD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH
714713
./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11
715714
<<< $'What is on the image?\nWhat is special on the image?'
716-
timeout-minutes: 1
715+
timeout-minutes: 2
717716
718717
cpp-continuous-batching-ubuntu:
719718
runs-on: ubuntu-20.04-8-cores

0 commit comments

Comments
 (0)