Skip to content

Commit 82131f3

Browse files
committed
Added second prompt in sample launch.
1 parent a015411 commit 82131f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/causal_lm_cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ jobs:
716716
run: |
717717
source ./ov/setupvars.sh
718718
export PYTHONPATH=./build/:$PYTHONPATH
719-
printf 'What is on the image?\n' > ./input.txt
719+
printf 'What is on the image?\nWhat is special on the image?\n' > ./input.txt
720720
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 ]] && \
721721
echo "Timeout reached, but it's excpected." )
722722

0 commit comments

Comments
 (0)