[ci]add merge ci for streaming input #2965
Merged
hsliuustc0106 merged 4 commits intovllm-project:mainfrom Apr 22, 2026
Merged
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
7131a73 to
85e7374
Compare
8e5f265 to
2ad48b8
Compare
Signed-off-by: CHEN <116010019@link.cuhk.edu.cn>
2ad48b8 to
06b2065
Compare
Contributor
Author
|
@yenuo26 PTAL |
yenuo26
reviewed
Apr 22, 2026
| def _realtime_stage_config_path() -> str: | ||
| """CI omni layout without async_chunk; stage 0 thinker max_tokens=10.""" | ||
| """CI omni layout without async_chunk""" | ||
| return modify_stage_config( |
Collaborator
There was a problem hiding this comment.
I think that if updates is removed, it means no changes need to be made to the yaml file, and _realtime_stage_config_path should be able to be deleted entirely.
Signed-off-by: CHEN <116010019@link.cuhk.edu.cn>
4622156 to
adf5a57
Compare
Signed-off-by: CHEN <116010019@link.cuhk.edu.cn>
ed2535d to
d919e52
Compare
qinganrice
pushed a commit
to qinganrice/vllm-omni
that referenced
this pull request
Apr 23, 2026
Signed-off-by: CHEN <116010019@link.cuhk.edu.cn>
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
phrase_textas a variableTest Plan
pytest -s -v qwen3.5/tests/entrypoints/openai_api/test_qwen3_omni_realtime_websocket.py -m "advanced_model" --run-level "advanced_model"
Test Result
1 passed, 17 warnings in 337.31s (0:05:37)
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model. Please runmkdocs serveto sync the documentation editions to./docs.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)