mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-18 03:47:04 +08:00
[Bugfix] Add missing image_size for phi4_multimodal (#25796)
Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
parent
d7cf378359
commit
6970fa9937
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user