Skip to content

Commit ec7f057

Browse files
Update model-libraries.ts - add specification for WHAM (#1215)
Configuring countDownloads for wham files with ckpt file extension
1 parent 3fd3440 commit ec7f057

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
909909
docsUrl: "https://github.com/jasonppy/VoiceCraft",
910910
snippets: snippets.voicecraft,
911911
},
912+
wham: {
913+
prettyLabel: "WHAM",
914+
repoName: "wham",
915+
repoUrl: "https://huggingface.co/microsoft/wham",
916+
docsUrl: "https://huggingface.co/microsoft/wham/blob/main/README.md",
917+
countDownloads: `path_extension:"ckpt"`,
918+
},
912919
whisperkit: {
913920
prettyLabel: "WhisperKit",
914921
repoName: "WhisperKit",

0 commit comments

Comments
 (0)