sandrohanea / whisper.net

Whisper.net. Speech to text made simple using Whisper Models
MIT License
506 stars 77 forks source link

Adding Distil-Whisper - distilled version of Whisper that is 6 times faster, 49% smaller #126

Closed strich closed 7 months ago

strich commented 8 months ago

Per the HN link, it would be great to get Distil-Whisper as an option in this repo!

sandrohanea commented 7 months ago

Coming soon with 1.5.0 https://github.com/ggerganov/whisper.cpp/releases/tag/v1.5.0

sandrohanea commented 7 months ago

Distil whisper models are supported now, follow: https://github.com/ggerganov/whisper.cpp/tree/master/models#distilled-models to convert them to ggml and use them with whisper.net :)