Skip to content

Commit

Permalink
restore image_bound input filling
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova committed Oct 15, 2024
1 parent 68dd3ff commit 24414cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optimum/intel/openvino/modeling_visual_language.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,8 @@ def forward(
attention_mask=attention_mask,
position_ids=position_ids,
past_key_values=past_key_values,
image_bound=None,
tgt_sizes=None,
image_bound=image_bound,
tgt_sizes=tgt_sizes,
**kwargs,
)
return self.language_model.forward(
Expand Down

0 comments on commit 24414cd

Please sign in to comment.