Unverified Commit c9fe6abe authored by Fanli Lin's avatar Fanli Lin Committed by GitHub
Browse files

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


Signed-off-by: default avatarLin, Fanli <fanli.lin@intel.com>
parent c47b6c85
......@@ -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},
)
......
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