From b2da05582c78f73e81b0e2d9a8a9e1b46df20a26 Mon Sep 17 00:00:00 2001 From: Mahmoud Ashraf Date: Fri, 25 Oct 2024 15:50:23 +0300 Subject: [PATCH] Add support for `turbo` model (#1090) --- faster_whisper/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/faster_whisper/utils.py b/faster_whisper/utils.py index 481bd748..f31e42fd 100644 --- a/faster_whisper/utils.py +++ b/faster_whisper/utils.py @@ -26,6 +26,8 @@ "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", }