Skip to content

Commit

Permalink
add whisper-large-v3
Browse files Browse the repository at this point in the history
  • Loading branch information
mli authored Apr 16, 2024
1 parent 0046fc7 commit 1d68906
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autocut/type.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ class WhisperModel(Enum):
MEDIUM = "medium"
LARGE = "large"
LARGE_V2 = "large-v2"

LARGE_V3 = "large-v3"

@staticmethod
def get_values():
return [i.value for i in WhisperModel]
Expand Down

0 comments on commit 1d68906

Please sign in to comment.