Skip to content

Commit c780a2e

Browse files
committed
cmp
1 parent c473d2a commit c780a2e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/causal_lm_cpp.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -692,12 +692,11 @@ jobs:
692692
- uses: actions/setup-python@v4
693693
with: {python-version: 3.12}
694694
- run: mkdir ./ov/
695-
- if: ${{ ubuntu-20.04-16-core == matrix.runs-on }}
695+
- if: ${{ 'ubuntu-20.04-16-core' == runs-on }}
696696
run: >
697-
echo ${{ matrix.runs-on }} &&
698697
curl ${{ env.l_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
699698
&& sudo ./ov/install_dependencies/install_openvino_dependencies.sh
700-
- if: ${{ macos-12 == matrix.runs-on }}
699+
- if: ${{ 'macos-12' == runs-on }}
701700
run: >
702701
curl ${{ env.m_ov_link }} | tar --directory ./ov/ --strip-components 1 -xz
703702
&& brew install coreutils scons
@@ -711,8 +710,7 @@ jobs:
711710
python ./samples/cpp/visual_language_chat/export_MiniCPM-V-2_6.py ./miniCPM-V-2_6/
712711
wget https://github.com/openvinotoolkit/openvino_notebooks/assets/29454499/d5fbbd1a-d484-415c-88cb-9986625b7b11
713712
- 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
716714
<<< $'What is on the image?\nWhat is special on the image?'
717715
718716
cpp-continuous-batching-ubuntu:

0 commit comments

Comments
 (0)