File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
vllm/model_executor/models Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1117,8 +1117,8 @@ Our PaliGemma implementations have the same problem as Gemma 3 (see above) for b
1117
1117
:::
1118
1118
1119
1119
:::{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 ` .
1122
1122
1123
1123
Read audio from video pre-processing is currently supported on V0 (but not V1), because overlapping modalities is not yet supported in V1.
1124
1124
` --mm-processor-kwargs '{"use_audio_in_video": True}' ` .
Original file line number Diff line number Diff line change @@ -518,9 +518,6 @@ def _apply_hf_processor_main(
518
518
"""
519
519
Qwen2.5-Omni reimplements this function to handle text only.
520
520
"""
521
- print (prompt )
522
- print (hf_processor_mm_kwargs )
523
- print (mm_items )
524
521
if isinstance (prompt , str ):
525
522
if enable_hf_prompt_update :
526
523
return self ._apply_hf_processor_text_mm (
You can’t perform that action at this time.
0 commit comments