Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
5124f5bf
Unverified
Commit
5124f5bf
authored
Apr 19, 2025
by
Roger Wang
Committed by
GitHub
Apr 19, 2025
Browse files
[Model] Qwen2.5-Omni Cleanup (#16872)
parent
83f3c3bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
docs/source/models/supported_models.md
docs/source/models/supported_models.md
+2
-2
vllm/model_executor/models/qwen2_5_omni_thinker.py
vllm/model_executor/models/qwen2_5_omni_thinker.py
+0
-3
No files found.
docs/source/models/supported_models.md
View file @
5124f5bf
...
@@ -1117,8 +1117,8 @@ Our PaliGemma implementations have the same problem as Gemma 3 (see above) for b
...
@@ -1117,8 +1117,8 @@ Our PaliGemma implementations have the same problem as Gemma 3 (see above) for b
:::
:::
:::{note}
:::{note}
To use Qwen2.5-Omni, you have to install
a fork of
Hugging Face Transformers library from source via
To use Qwen2.5-Omni, you have to install Hugging Face Transformers library from source via
`pip install git+https://github.com/
BakerBunker
/transformers.git
@qwen25omni
`
.
`pip install git+https://github.com/
huggingface
/transformers.git`
.
Read audio from video pre-processing is currently supported on V0 (but not V1), because overlapping modalities is not yet supported in V1.
Read audio from video pre-processing is currently supported on V0 (but not V1), because overlapping modalities is not yet supported in V1.
`--mm-processor-kwargs '{"use_audio_in_video": True}'`
.
`--mm-processor-kwargs '{"use_audio_in_video": True}'`
.
...
...
vllm/model_executor/models/qwen2_5_omni_thinker.py
View file @
5124f5bf
...
@@ -518,9 +518,6 @@ class Qwen2_5OmniThinkerMultiModalProcessor(
...
@@ -518,9 +518,6 @@ class Qwen2_5OmniThinkerMultiModalProcessor(
"""
"""
Qwen2.5-Omni reimplements this function to handle text only.
Qwen2.5-Omni reimplements this function to handle text only.
"""
"""
print
(
prompt
)
print
(
hf_processor_mm_kwargs
)
print
(
mm_items
)
if
isinstance
(
prompt
,
str
):
if
isinstance
(
prompt
,
str
):
if
enable_hf_prompt_update
:
if
enable_hf_prompt_update
:
return
self
.
_apply_hf_processor_text_mm
(
return
self
.
_apply_hf_processor_text_mm
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment