Skip to content

Commit 1fafec3

Browse files
committed
[cli] add whisper family models
1 parent f40bddf commit 1fafec3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wenet/cli/hub.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ class Hub(object):
8585
# TODO(Binbin Zhang): make assets class to support more models
8686
assets = {
8787
"wenetspeech": "wenetspeech_u2pp_conformer_exp.tar.gz",
88+
"whiper-tiny": "whisper-tiny.tar.gz",
89+
"whiper-base": "whisper-base.tar.gz",
90+
"whiper-small": "whisper-small.tar.gz",
91+
"whiper-medium": "whisper-medium.tar.gz",
8892
"whisper-large-v3": "whisper-large-v3.tar.gz",
8993
"whisper-large-v3-turbo": "whisper-large-v3-turbo.tar.gz",
9094
"paraformer": "paraformer.tar.gz",

0 commit comments

Comments
 (0)