Skip to content

Commit f21b247

Browse files
eaidovaWovchena
andauthored
Update optimum/intel/openvino/modeling_visual_language.py
Co-authored-by: Vladimir Zlobin <vladimir.zlobin@intel.com>
1 parent 483a55d commit f21b247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optimum/intel/openvino/modeling_visual_language.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@ def forward(
585585
attention_mask=attention_mask,
586586
position_ids=position_ids,
587587
past_key_values=past_key_values,
588-
image_bound=None,
589-
tgt_sizes=None,
588+
image_bound=image_bound,
589+
tgt_sizes=tgt_sizes,
590590
**kwargs,
591591
)
592592
return self.language_model.forward(

0 commit comments

Comments
 (0)