[Bugfix] Fix FPS value type for Qwen2.5-Omni video processing (#28630)

Signed-off-by: Lin, Fanli <fanli.lin@intel.com>
This commit is contained in:
Fanli Lin 2025-11-13 21:06:06 +08:00 committed by GitHub
parent c47b6c85ac
commit c9fe6abe7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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},
)