[Chore] Bump Python version and apply formatting changes for v0.12 release#126
Merged
DarkLight1337 merged 4 commits intomainfrom Dec 16, 2025
Merged
[Chore] Bump Python version and apply formatting changes for v0.12 release#126DarkLight1337 merged 4 commits intomainfrom
DarkLight1337 merged 4 commits intomainfrom
Conversation
Member
|
@DarkLight1337 vllm-omni is currently based on 0.11.0 - is this change really necessary? |
Member
Author
|
Oh, sorry I misread the comment in #33. We can merge this PR after the branch cut then. |
ZJY0516
reviewed
Dec 1, 2025
| "regex", | ||
| "ruff", | ||
| "pydantic", | ||
| "black>=23.0.0", |
Member
There was a problem hiding this comment.
This is needed by doc build as i recall. cc @Gaohan123
Member
Author
|
Let me mark this as draft for now until it is confirmed that we can safely apply these changes without affecting the initial release |
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
fbe6cba to
f5d69a3
Compare
Member
Author
|
There is a timeout error, is that occurring on main? |
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Member
Yes, sometimes. I'll adjust by splitting the test to meet the time constraint. |
faaany
pushed a commit
to faaany/vllm-omni
that referenced
this pull request
Dec 19, 2025
…lease (vllm-project#126) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: Fanli Lin <fanli.lin@intel.com>
yenuo26
pushed a commit
to yenuo26/vllm-omni
that referenced
this pull request
Dec 29, 2025
…lease (vllm-project#126) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: wangyu31577 <wangyu31577@hundsun.com>
princepride
pushed a commit
to princepride/vllm-omni
that referenced
this pull request
Jan 10, 2026
…lease (vllm-project#126) Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
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
Optional[x]->x | NoneandUnion[x, y]tox | yvllm#26633FIX #54
Test Plan
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)