[Bugfix][Refactor] Migrate Voxtral TTS config and parser registry#3065
Merged
princepride merged 6 commits intoApr 25, 2026
Merged
Conversation
Signed-off-by: Yuanheng Zhao <jonathan.zhaoyh@gmail.com>
Signed-off-by: Yuanheng Zhao <jonathan.zhaoyh@gmail.com>
6 tasks
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d2d5acc830
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Collaborator
Author
Voxtral-TTS offline examplesScript: Streaming with neutral_female voice preset: python3 examples/offline_inference/voxtral_tts/end2end.py \
--num-prompts 32 --concurrency 8 --streaming --write-audio --voice neutral_female \
--model mistralai/Voxtral-4B-TTS-2603 \
--text "That eerie silence after the first storm was just the calm before another round of chaos, wasn't it?"Out logs (partial) 32 prompts, 8 concurrent requests per wave, streaming with neutral_female voice: python3 examples/offline_inference/voxtral_tts/end2end.py \
--num-prompts 32 --concurrency 8 --streaming --write-audio --voice neutral_female \
--model mistralai/Voxtral-4B-TTS-2603 \
--text "That eerie silence after the first storm was just the calm before another round of chaos, wasn't it?"Out logs (partial) |
Collaborator
Author
|
PTAL @princepride , @Gaohan123 , @linyueqian |
5 tasks
xiaohajiayou
pushed a commit
to xiaohajiayou/vllm-omni
that referenced
this pull request
Apr 30, 2026
…lm-project#3065) Signed-off-by: Yuanheng Zhao <jonathan.zhaoyh@gmail.com>
lengrongfu
pushed a commit
to lengrongfu/vllm-omni
that referenced
this pull request
May 1, 2026
…lm-project#3065) Signed-off-by: Yuanheng Zhao <jonathan.zhaoyh@gmail.com>
sphinxkkkbc
pushed a commit
to sphinxkkkbc/vllm-omni
that referenced
this pull request
May 4, 2026
…lm-project#3065) Signed-off-by: Yuanheng Zhao <jonathan.zhaoyh@gmail.com> Signed-off-by: sphinxkkkbc <binchengkang8@gmail.com>
clodaghwalsh17
pushed a commit
to clodaghwalsh17/nm-vllm-omni-ent
that referenced
this pull request
May 12, 2026
…lm-project#3065) Signed-off-by: Yuanheng Zhao <jonathan.zhaoyh@gmail.com>
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
Part of #3066
This PR
vllm_omni/transformers_utils/, as consistent to upstream vllmNOTE:
The following error happened on main branch and voxtral TTS repo resolution is utilizing a fallback path rather than it:
This PR keep the path intact and won't include the above error fallback in scope.
cc @princepride , @linyueqian , @y123456y78
Test Plan
Test Result
vllm serve Jonathan1909/Ming-flash-omni-2.0 \ --omni \ --stage-configs-path vllm_omni/model_executor/stage_configs/ming_flash_omni_tts.yaml \ --port 8091 \ --log-statsVoxtral-TTS loggings/warnings no longer appear in init logs.
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)