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
c9fe6abe
Unverified
Commit
c9fe6abe
authored
Nov 13, 2025
by
Fanli Lin
Committed by
GitHub
Nov 13, 2025
Browse files
[Bugfix] Fix FPS value type for Qwen2.5-Omni video processing (#28630)
Signed-off-by:
Lin, Fanli
<
fanli.lin@intel.com
>
parent
c47b6c85
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/offline_inference/vision_language.py
examples/offline_inference/vision_language.py
+1
-1
No files found.
examples/offline_inference/vision_language.py
View file @
c9fe6abe
...
...
@@ -1536,7 +1536,7 @@ def run_qwen2_5_omni(questions: list[str], modality: str):
mm_processor_kwargs
=
{
"min_pixels"
:
28
*
28
,
"max_pixels"
:
1280
*
28
*
28
,
"fps"
:
[
1
]
,
"fps"
:
1
,
},
limit_mm_per_prompt
=
{
modality
:
1
},
)
...
...
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