feat: Add MLX delegate for whisper#1309
Open
IgorSwat wants to merge 1 commit into
Open
Conversation
msluszniak
reviewed
Jul 15, 2026
IgorSwat
force-pushed
the
@is/mlx-whisper
branch
from
July 15, 2026 14:05
d926727 to
95b5825
Compare
Member
|
@IgorSwat could you also add the dynamic input companion methods to Whisper exports as part of this, since I see the new models were already added to the |
Contributor
Author
Yeah, good catch. I completely forgot about it 😅 |
14 tasks
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.
Description
This PR registers MLX whisper models and sets them up as default for a physical iOS device.
On average, MLX delegates run 50% faster than current CoreML delegates for this model, while keeping the same model size.
Introduces a breaking change?
Type of change
Tested on
Testing instructions
Run speech-to-text demo app to check out if MLX delegates are downloaded and run correctly.
Screenshots
Related issues
Checklist
Additional notes