We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a015411 commit 82131f3Copy full SHA for 82131f3
.github/workflows/causal_lm_cpp.yml
@@ -716,7 +716,7 @@ jobs:
716
run: |
717
source ./ov/setupvars.sh
718
export PYTHONPATH=./build/:$PYTHONPATH
719
- printf 'What is on the image?\n' > ./input.txt
+ printf 'What is on the image?\nWhat is special on the image?\n' > ./input.txt
720
timeout 300s python ./samples/python/vlm_chat_sample/vlm_chat_sample.py ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11 < input.txt > ./pred.txt || ( [[ $? -eq 124 ]] && \
721
echo "Timeout reached, but it's excpected." )
722
0 commit comments