-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
[Voxtral] Fix speech transcription api #31388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
DarkLight1337
merged 25 commits into
vllm-project:main
from
patrickvonplaten:fix_speech_transcription_api
Jan 8, 2026
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
f2b13d7
up
patrickvonplaten 5772a65
up
patrickvonplaten bd56e0f
up
patrickvonplaten 3def768
up
patrickvonplaten 95eafe4
up
patrickvonplaten dc8445a
WIP
patrickvonplaten db96070
up
patrickvonplaten d67b69d
up
patrickvonplaten fbf36c7
[Docs] Fix some snippets (#31378)
hmellor 5180ba8
[Core] Initialize LoRA support for tower and connector in multi-modal…
jeejeelee 4584dba
[Mistral common] Ensure all functions are imported from the top & onl…
patrickvonplaten 22fc887
up
patrickvonplaten 401b407
up
patrickvonplaten 6cc6fd4
WIP
patrickvonplaten a59f66a
uP
patrickvonplaten 3c3cc60
WIP
patrickvonplaten 2fefe5c
up
patrickvonplaten 59e0e48
Merge branch 'main' into fix_speech_transcription_api
patrickvonplaten 88755d1
Merge branch 'main' into fix_speech_transcription_api
patrickvonplaten bd9bb32
Merge branch 'main' into fix_speech_transcription_api
patrickvonplaten 6cb6f99
Update vllm/entrypoints/openai/speech_to_text.py
patrickvonplaten ad4155f
Update vllm/config/speech_to_text.py
patrickvonplaten 7920f4e
Update vllm/model_executor/models/whisper.py
patrickvonplaten ae181c4
Merge branch 'main' into fix_speech_transcription_api
patrickvonplaten c1137bf
up
patrickvonplaten File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
qq: is offline the right setting here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah it's still quite difficult to test actual "online" streaming given that this PR: #28973 is not yet merged - so for now I've only tested "offline" streaming which means that whole audio file is passed in one go.
Once #28973 is merged we however will need to slightly modify the methods here I think but maybe it's ok to do this after and for now just ensure "offline" streaming, a.k.a pass the whole audio file in one-go, works as expected?