Skip to content
Closed
Changes from all 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
8 changes: 8 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -907,6 +907,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
filter: false,
countDownloads: `path:"soloaudio_v2.pt"`,
},
"song-generation": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha, song-generation is a bit too generic tag no? I wonder if we should change it a bit.

prettyLabel: "song-generation",
repoName: "song-generation",
repoUrl: "https://github.com/tencent-ailab/songgeneration",
docsUrl: "https://github.com/tencent-ailab/songgeneration",
filter: false,
countDownloads: `path:"ckpt/songgeneration_base/model.pt"`,
},
"stable-baselines3": {
prettyLabel: "stable-baselines3",
repoName: "stable-baselines3",
Expand Down
Loading