From c2a1da1bd94e002c38487c91c2f6b50a048000cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E5=A2=A8=E6=B0=B4=E9=B1=BC?= Date: Sat, 26 Oct 2024 05:28:16 +0800 Subject: [PATCH] typo: trubo -> turbo (#1092) --- faster_whisper/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faster_whisper/utils.py b/faster_whisper/utils.py index f31e42f..385c840 100644 --- a/faster_whisper/utils.py +++ b/faster_whisper/utils.py @@ -26,7 +26,7 @@ _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", + "large-v3-turbo": "mobiuslabsgmbh/faster-whisper-large-v3-turbo", "turbo": "mobiuslabsgmbh/faster-whisper-large-v3-turbo", }