File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -692,12 +692,11 @@ jobs:
692
692
- uses : actions/setup-python@v4
693
693
with : {python-version: 3.12}
694
694
- run : mkdir ./ov/
695
- - if : ${{ ubuntu-20.04-16-core == matrix. runs-on }}
695
+ - if : ${{ ' ubuntu-20.04-16-core' == runs-on }}
696
696
run : >
697
- echo ${{ matrix.runs-on }} &&
698
697
curl ${{ env.l_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
699
698
&& sudo ./ov/install_dependencies/install_openvino_dependencies.sh
700
- - if : ${{ macos-12 == matrix. runs-on }}
699
+ - if : ${{ ' macos-12' == runs-on }}
701
700
run : >
702
701
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
703
702
&& brew install coreutils scons
@@ -711,8 +710,7 @@ jobs:
711
710
python ./samples/cpp/visual_language_chat/export_MiniCPM-V-2_6.py ./miniCPM-V-2_6/
712
711
wget https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/d5fbbd1a-d484-415c-88cb-9986625b7b11
713
712
- run : >
714
- source ./ov/setupvars.sh
715
- && timeout 2m ./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11
713
+ timeout 2m ./build/samples/cpp/visual_language_chat/visual_language_chat ./miniCPM-V-2_6/ d5fbbd1a-d484-415c-88cb-9986625b7b11
716
714
<<< $'What is on the image?\nWhat is special on the image?'
717
715
718
716
cpp-continuous-batching-ubuntu :
You can’t perform that action at this time.
0 commit comments