Skip to content

Commit 5124f5b

Browse files
author
Roger Wang
authored
[Model] Qwen2.5-Omni Cleanup (#16872)
1 parent 83f3c3b commit 5124f5b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

docs/source/models/supported_models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,8 +1117,8 @@ Our PaliGemma implementations have the same problem as Gemma 3 (see above) for b
11171117
:::
11181118

11191119
:::{note}
1120-
To use Qwen2.5-Omni, you have to install a fork of Hugging Face Transformers library from source via
1121-
`pip install git+https://github.com/BakerBunker/transformers.git@qwen25omni`.
1120+
To use Qwen2.5-Omni, you have to install Hugging Face Transformers library from source via
1121+
`pip install git+https://github.com/huggingface/transformers.git`.
11221122

11231123
Read audio from video pre-processing is currently supported on V0 (but not V1), because overlapping modalities is not yet supported in V1.
11241124
`--mm-processor-kwargs '{"use_audio_in_video": True}'`.

vllm/model_executor/models/qwen2_5_omni_thinker.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,6 @@ def _apply_hf_processor_main(
518518
"""
519519
Qwen2.5-Omni reimplements this function to handle text only.
520520
"""
521-
print(prompt)
522-
print(hf_processor_mm_kwargs)
523-
print(mm_items)
524521
if isinstance(prompt, str):
525522
if enable_hf_prompt_update:
526523
return self._apply_hf_processor_text_mm(

0 commit comments

Comments
 (0)