File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -703,7 +703,6 @@ jobs:
703
703
&& brew install coreutils scons
704
704
- run : OpenVINO_DIR=./ov/runtime/cmake/ cmake -DCMAKE_BUILD_TYPE=Release -B ./build/ ./
705
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
706
- timeout-minutes : 1
707
706
- 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
708
707
- run : >
709
708
source ./ov/setupvars.sh
@@ -713,7 +712,7 @@ jobs:
713
712
LD_LIBRARY_PATH=${{ github.workspace }}/ov/runtime/3rdparty/tbb/lib/:$LD_LIBRARY_PATH
714
713
./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11
715
714
<<< $'What is on the image?\nWhat is special on the image?'
716
- timeout-minutes: 1
715
+ timeout-minutes: 2
717
716
718
717
cpp-continuous-batching-ubuntu :
719
718
runs-on : ubuntu-20.04-8-cores
You can’t perform that action at this time.
0 commit comments