Softcatala / whisper-ctranslate2

Whisper command line client compatible with original OpenAI client based on CTranslate2.
MIT License
880 stars 75 forks source link

Support Whisper large-v3? #67

Closed gary109 closed 10 months ago

slavonnet commented 11 months ago

https://github.com/guillaumekln/faster-whisper/pull/549

silvacarl2 commented 10 months ago

will large-v3 and distaill-whisper be added?

Model selection options: --model {tiny,tiny.en,base,base.en,small,small.en,medium,medium.en,large-v1,large-v2} name of the Whisper model to use (default: small)

timreuscher commented 10 months ago

will large-v3 and distaill-whisper be added?

Model selection options: --model {tiny,tiny.en,base,base.en,small,small.en,medium,medium.en,large-v1,large-v2} name of the Whisper model to use (default: small)

CTranslate2 just added support for both (see https://github.com/OpenNMT/CTranslate2/releases/tag/v3.21.0), so things look good.

jordimas commented 10 months ago

Yes, version 0.33 has added support for it.

silvacarl2 commented 10 months ago

awesome! any plans for distil-whisper?

jordimas commented 7 months ago

For distil, support was added yesterday in version 0.41