@@ -682,11 +682,7 @@ jobs:
682
682
diff pred2.txt ref.txt
683
683
echo "Chat sample python" passed
684
684
685
- <<<<<<< HEAD
686
685
visual_chat_sample-ubuntu :
687
- =======
688
- py-vlm_chat_sample-ubuntu :
689
- >>>>>>> c67ddd58652c6ac5aab1b3c9fff0036fb9f4a692
690
686
runs-on : ubuntu-22.04-16-cores
691
687
defaults :
692
688
run :
@@ -707,33 +703,19 @@ jobs:
707
703
run : |
708
704
source ./ov/setupvars.sh
709
705
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
710
- <<<<<<< HEAD
711
706
cmake --build ./build/ --config Release --target visual_language_chat -j
712
- =======
713
- cmake --build ./build/ --config Release -j
714
- >>>>>>> c67ddd58652c6ac5aab1b3c9fff0036fb9f4a692
715
707
- name : Download and convert and model
716
708
run : |
717
709
source ./ov/setupvars.sh
718
710
python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
719
711
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
720
712
python ./samples/cpp/visual_language_chat/export_MiniCPM-V-2_6.py ./miniCPM-V-2_6/
721
713
wget https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/d5fbbd1a-d484-415c-88cb-9986625b7b11
722
- <<<<<<< HEAD
723
714
724
715
- name : Run chat sample
725
716
source ./ov/setupvars.sh
726
717
printf 'What is on the image?\nWhat is special on the image?\n' > ./input.txt
727
718
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 || ( [[ $? -eq 124 ]] && \
728
- =======
729
-
730
- - name : Run chat sample
731
- run : |
732
- source ./ov/setupvars.sh
733
- export PYTHONPATH=./build/:$PYTHONPATH
734
- printf 'What is on the image?\n' > ./input.txt
735
- 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 ]] && \
736
- >>>>>>> c67ddd58652c6ac5aab1b3c9fff0036fb9f4a692
737
719
echo "Timeout reached, but it's excpected." )
738
720
739
721
cpp-continuous-batching-ubuntu :
0 commit comments