Skip to content

Commit 2bd5bb6

Browse files
Add Tencent SongGeneration library and enable download tracking (#1542)
This PR ensures downloads tracking for https://huggingface.co/tencent/SongGeneration --------- Co-authored-by: vb <[email protected]>
1 parent db0410c commit 2bd5bb6

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
@@ -946,6 +946,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
946946
filter: false,
947947
countDownloads: `path:"vae_stats.json"`,
948948
},
949+
"tencent-song-generation": {
950+
prettyLabel: "SongGeneration",
951+
repoName: "songgeneration",
952+
repoUrl: "https://github.com/tencent-ailab/songgeneration",
953+
filter: false,
954+
countDownloads: `path:"ckpt/songgeneration_base_zh/model.pt"`,
955+
},
949956
tensorflowtts: {
950957
prettyLabel: "TensorFlowTTS",
951958
repoName: "TensorFlowTTS",

0 commit comments

Comments
 (0)