From 162c62ec57c5b2be139018b449f9659b6483bc6d Mon Sep 17 00:00:00 2001 From: Vladimir Zlobin Date: Fri, 25 Oct 2024 14:25:18 +0400 Subject: [PATCH] Update optimum-intel branch --- .github/workflows/causal_lm_cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/causal_lm_cpp.yml b/.github/workflows/causal_lm_cpp.yml index 3901aa94e..25642c813 100644 --- a/.github/workflows/causal_lm_cpp.yml +++ b/.github/workflows/causal_lm_cpp.yml @@ -725,7 +725,7 @@ jobs: python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt opencv-python --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly - name: Download and convert MiniCPM-V-2_6 model and an image run: | - python -m pip install git+https://github.com/eaidova/optimum-intel.git@ea/minicpmv + python -m pip install git+https://github.com/eaidova/optimum-intel.git@ea/add_minicpmv python -m pip install -U "optimum<1.23" --no-dependencies source ./ov/setupvars.sh optimum-cli export openvino -m openbmb/MiniCPM-V-2_6 MiniCPM-V-2_6 --trust-remote-code