Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
snippets: snippets.whisperkit,
countDownloads: `path_filename:"model" AND path_extension:"mil" AND _exists_:"path_prefix"`,
},
"ssr-speech": {
prettyLabel: "SSR-Speech",
repoName: "SSR-Speech",
repoUrl: "https://github.com/WangHelin1997/SSR-Speech",
filter: false,
countDownloads: `path_extension:".pth" AND path_extension:".th"`,
},
} satisfies Record<string, LibraryUiElement>;

export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
Expand Down