We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85bf94 commit 20bfc5fCopy full SHA for 20bfc5f
.github/workflows/causal_lm_cpp.yml
@@ -717,7 +717,7 @@ jobs:
717
source ./ov/setupvars.sh
718
export PYTHONPATH=./build/:$PYTHONPATH
719
printf 'What is on the image?\nWhat is special on the image?\n' > ./input.txt
720
- timeout 120s python ./samples/python/vlm_chat_sample/vlm_chat_sample.py ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11 < input.txt > ./pred.txt
+ timeout 600s python ./samples/python/vlm_chat_sample/vlm_chat_sample.py ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11 < input.txt > ./pred.txt
721
722
cpp-continuous-batching-ubuntu:
723
runs-on: ubuntu-20.04-8-cores
0 commit comments