linto-ai / linto-stt

An automatic speech recognition API
GNU Affero General Public License v3.0
45 stars 14 forks source link

Support Whisper large-v3-turbo model #51

Open Jeronymous opened 2 days ago

Jeronymous commented 2 days ago

faster_whisper was upgraded to support large-v3-turbo models, namely:

"large-v3-turbo": "mobiuslabsgmbh/faster-whisper-large-v3-turbo",
"turbo": "mobiuslabsgmbh/faster-whisper-large-v3-turbo",

We have to upgrade our fork of faster_whisper : https://github.com/linto-ai/faster-whisper/pull/4