Unverified Commit 17617398 authored by Xiaohan Zou's avatar Xiaohan Zou Committed by GitHub
Browse files

[Bugfix] Add missing `image_size` for phi4_multimodal (#25796)

parent 23b8ee67
...@@ -786,6 +786,7 @@ class Phi4MMProcessingInfo(BaseProcessingInfo): ...@@ -786,6 +786,7 @@ class Phi4MMProcessingInfo(BaseProcessingInfo):
target_ratios, target_ratios,
orig_width, orig_width,
orig_height, orig_height,
image_size,
) )
# calculate the target width and height # calculate the target width and height
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment