Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
17617398
Unverified
Commit
17617398
authored
Sep 27, 2025
by
Xiaohan Zou
Committed by
GitHub
Sep 27, 2025
Browse files
[Bugfix] Add missing `image_size` for phi4_multimodal (#25796)
parent
23b8ee67
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/model_executor/models/phi4_multimodal.py
vllm/model_executor/models/phi4_multimodal.py
+1
-0
No files found.
vllm/model_executor/models/phi4_multimodal.py
View file @
17617398
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment