Skip to content

Commit

Permalink
Add support for turbo model (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 authored Oct 25, 2024
1 parent 2dbca5e commit b2da055
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions faster_whisper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}


Expand Down

0 comments on commit b2da055

Please sign in to comment.