Skip to content

Commit f5b30f2

Browse files
fix llava new processing test
1 parent 000b1ac commit f5b30f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/openvino/test_modeling.py

+1
Original file line numberDiff line numberDiff line change
@@ -2237,6 +2237,7 @@ def test_llava_with_new_preprocessing(self, model_arch):
22372237
patch_size=config.vision_config.patch_size,
22382238
vision_feature_select_strategy=config.vision_feature_select_strategy,
22392239
trust_remote_code=model_arch in self.REMOTE_CODE_MODELS,
2240+
num_additional_image_tokens=1,
22402241
)
22412242
transformers_model = self.get_transformer_model_class(model_arch).from_pretrained(model_id)
22422243
ov_model = OVModelForVisualCausalLM.from_pretrained(

0 commit comments

Comments
 (0)