We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4079b commit b7af869Copy full SHA for b7af869
packages/tasks/src/model-libraries.ts
@@ -58,6 +58,13 @@ export interface LibraryUiElement {
58
*/
59
60
export const MODEL_LIBRARIES_UI_ELEMENTS = {
61
+ acestep: {
62
+ prettyLabel: "ACE-Step",
63
+ repoName: "ACE-Step",
64
+ repoUrl: "https://github.com/ace-step/ACE-Step",
65
+ filter: false,
66
+ countDownloads: `path:"ace_step_transformer/config.json"`,
67
+ },
68
"adapter-transformers": {
69
prettyLabel: "Adapters",
70
repoName: "adapters",
0 commit comments