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
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
11231123Read 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}' ` .
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments