[Bugfix] Qwen2.5-omni Qwen3-omni online gradio.py example fix#249
Merged
Gaohan123 merged 3 commits intovllm-project:mainfrom Dec 9, 2025
Merged
[Bugfix] Qwen2.5-omni Qwen3-omni online gradio.py example fix#249Gaohan123 merged 3 commits intovllm-project:mainfrom
Gaohan123 merged 3 commits intovllm-project:mainfrom
Conversation
Signed-off-by: David Chen <[email protected]>
Signed-off-by: David Chen <[email protected]>
1 task
Collaborator
Author
|
@Gaohan123 @SamitHuang PTAL, |
Signed-off-by: David Chen <[email protected]>
Gaohan123
approved these changes
Dec 9, 2025
Collaborator
Gaohan123
left a comment
There was a problem hiding this comment.
LGTM. Thanks for the nice catch!
| model=base_args.model, | ||
| stage_configs_path=getattr(base_args, "stage_configs_path", None), | ||
| log_stats=False, | ||
| log_file=None, |
Collaborator
There was a problem hiding this comment.
Maybe we can add parser of arguments like PR#206 such that users can set them rather than hack statically here.
LawJarp-A
pushed a commit
to LawJarp-A/vllm-omni
that referenced
this pull request
Dec 12, 2025
…roject#249) Signed-off-by: David Chen <[email protected]> Signed-off-by: Prajwal A <[email protected]>
LawJarp-A
pushed a commit
to LawJarp-A/vllm-omni
that referenced
this pull request
Dec 12, 2025
…roject#249) Signed-off-by: David Chen <[email protected]> Signed-off-by: Prajwal A <[email protected]>
faaany
pushed a commit
to faaany/vllm-omni
that referenced
this pull request
Dec 19, 2025
…roject#249) Signed-off-by: David Chen <[email protected]> Signed-off-by: Fanli Lin <[email protected]>
princepride
pushed a commit
to princepride/vllm-omni
that referenced
this pull request
Jan 10, 2026
…roject#249) Signed-off-by: David Chen <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED.
Purpose
fix issue
Test Plan
python examples/online_serving/qwen2_5_omni/gradio_demo.py --model /workspace/models/Qwen/Qwen2.5-Omni-7B
Test Result
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.BEFORE SUBMITTING, PLEASE READ https://github.com/vllm-project/vllm-omni/blob/main/CONTRIBUTING.md (anything written below this line will be removed by GitHub Actions)