diff --git a/faster_whisper/utils.py b/faster_whisper/utils.py index 481bd74..f31e42f 100644 --- a/faster_whisper/utils.py +++ b/faster_whisper/utils.py @@ -26,6 +26,8 @@ _MODELS = { "distil-medium.en": "Systran/faster-distil-whisper-medium.en", "distil-small.en": "Systran/faster-distil-whisper-small.en", "distil-large-v3": "Systran/faster-distil-whisper-large-v3", + "large-v3-trubo": "mobiuslabsgmbh/faster-whisper-large-v3-turbo", + "turbo": "mobiuslabsgmbh/faster-whisper-large-v3-turbo", }