Skip to content

Commit

Permalink
Merge pull request #127 from mli/mli-patch-1
Browse files Browse the repository at this point in the history
add whisper-large-v3
  • Loading branch information
chenqianhe authored Oct 5, 2024
2 parents 0046fc7 + 3af25b1 commit 310d443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autocut/type.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class WhisperModel(Enum):
MEDIUM = "medium"
LARGE = "large"
LARGE_V2 = "large-v2"
LARGE_V3 = "large-v3"

@staticmethod
def get_values():
Expand Down

0 comments on commit 310d443

Please sign in to comment.