Skip to content

Commit 270e6bc

Browse files
committed
Fixed error.
1 parent 1b9a14c commit 270e6bc

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/causal_lm_cpp.yml

-18
Original file line numberDiff line numberDiff line change
@@ -682,11 +682,7 @@ jobs:
682682
diff pred2.txt ref.txt
683683
echo "Chat sample python" passed
684684
685-
<<<<<<< HEAD
686685
visual_chat_sample-ubuntu:
687-
=======
688-
py-vlm_chat_sample-ubuntu:
689-
>>>>>>> c67ddd58652c6ac5aab1b3c9fff0036fb9f4a692
690686
runs-on: ubuntu-22.04-16-cores
691687
defaults:
692688
run:
@@ -707,33 +703,19 @@ jobs:
707703
run: |
708704
source ./ov/setupvars.sh
709705
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build/
710-
<<<<<<< HEAD
711706
cmake --build ./build/ --config Release --target visual_language_chat -j
712-
=======
713-
cmake --build ./build/ --config Release -j
714-
>>>>>>> c67ddd58652c6ac5aab1b3c9fff0036fb9f4a692
715707
- name: Download and convert and model
716708
run: |
717709
source ./ov/setupvars.sh
718710
python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
719711
python -m pip install ./thirdparty/openvino_tokenizers/[transformers] --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
720712
python ./samples/cpp/visual_language_chat/export_MiniCPM-V-2_6.py ./miniCPM-V-2_6/
721713
wget https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/d5fbbd1a-d484-415c-88cb-9986625b7b11
722-
<<<<<<< HEAD
723714
724715
- name: Run chat sample
725716
source ./ov/setupvars.sh
726717
printf 'What is on the image?\nWhat is special on the image?\n' > ./input.txt
727718
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
737719
echo "Timeout reached, but it's excpected." )
738720

739721
cpp-continuous-batching-ubuntu:

0 commit comments

Comments
 (0)