Skip to content

Commit 1761739

Browse files
authored
[Bugfix] Add missing image_size for phi4_multimodal (#25796)
1 parent 23b8ee6 commit 1761739

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/model_executor/models/phi4_multimodal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@ def _find_target_aspect_ratio(
786786
target_ratios,
787787
orig_width,
788788
orig_height,
789+
image_size,
789790
)
790791

791792
# calculate the target width and height

0 commit comments

Comments
 (0)