[Feat] Rename AsyncOmniLLM -> AsyncOmni#103
Merged
Gaohan123 merged 2 commits intovllm-project:mainfrom Nov 30, 2025
Merged
Conversation
dec7e65 to
bb0516a
Compare
bb0516a to
81bc9d9
Compare
Contributor
Author
|
This PR is ready for merge. @Gaohan123 Pls take a look. |
Collaborator
|
solve the conflicts please |
Collaborator
hsliuustc0106
left a comment
There was a problem hiding this comment.
resolve the confict and get it merged asap
49ad58b to
4d9ee91
Compare
Contributor
Author
Done, pls have a look |
Signed-off-by: WANG Cong <[email protected]>
4d9ee91 to
d8ed79b
Compare
Signed-off-by: WANG Cong <[email protected]>
Gaohan123
approved these changes
Nov 30, 2025
Collaborator
Gaohan123
left a comment
There was a problem hiding this comment.
LGTM. Comments left to modify later
This was referenced Nov 30, 2025
princepride
pushed a commit
to princepride/vllm-omni
that referenced
this pull request
Jan 10, 2026
Signed-off-by: WANG Cong <[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
Rename:
AsyncOmniLLM→AsyncOmniandasync_omni_llm.py→async_omni.pyThis refactoring simplifies the naming convention by removing the redundant "LLM" suffix from the class name and shortening the module filename.
Changes:
AsyncOmniLLM→AsyncOmnivllm_omni/entrypoints/async_omni_llm.py→async_omni.pyvllm_omni.entrypoints.async_omni_llm→vllm_omni.entrypoints.async_omniScope of modifications:
__init__.pyasync_omni_llmfragmentsImpact:
AsyncOmniLLMor using the old module pathTest Plan
uv pip install -e ".[docs]" mkdocs build mkdocs serveTest Result
All passed.
Documentation built in 11.80 seconds
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)