mustafaaljadery / lightning-whisper-mlx

An extremely fast implementation of whisper optimized for Apple Silicon using MLX.
https://mustafaaljadery.github.io/lightning-whisper-mlx/
580 stars 29 forks source link

Any iOS sample #1

Closed Tonku closed 7 months ago

Tonku commented 7 months ago

I am looking for an iOS sample Thank you

mustafaaljadery commented 7 months ago

MLX uses the GPU cores, in order to get fast whisper inference on IOS ANE you should use Argmax's implementation of whisper here: https://www.takeargmax.com/blog/whisperkit

Tonku commented 7 months ago

Thank you