Skip to content

Commit 24414cd

Browse files
committed
restore image_bound input filling
1 parent 68dd3ff commit 24414cd

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
@@ -603,8 +603,8 @@ def forward(
603603
attention_mask=attention_mask,
604604
position_ids=position_ids,
605605
past_key_values=past_key_values,
606-
image_bound=None,
607-
tgt_sizes=None,
606+
image_bound=image_bound,
607+
tgt_sizes=tgt_sizes,
608608
**kwargs,
609609
)
610610
return self.language_model.forward(

0 commit comments

Comments
 (0)