Skip to content

Commit 42d275f

Browse files
committed
Reinstall latest ov and tokenizers
1 parent d3ade54 commit 42d275f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/causal_lm_cpp.yml

+1
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ jobs:
707707
python -m pip install --upgrade-strategy eager -r ./samples/requirements.txt --pre --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
708708
# Install optimum-intel from fork with OVModelForVisionCausalLM support
709709
python -m pip install "optimum-intel[openvino]"@git+https://github.com/eaidova/optimum-intel.git@ea/llava_model
710+
pip install --pre -U openvino openvino-tokenizers --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
710711
optimum-cli export openvino --model llava-hf/llava-1.5-7b-hf ./llava_1_5_7b_ov/
711712
wget https://llava-vl.github.io/static/images/monalisa.jpg
712713
- run: >

0 commit comments

Comments
 (0)