Skip to content

Commit ea9c116

Browse files
osansevieroWauplin
andauthored
Add download stats filter for MagentaRT (#1620)
Co-authored-by: Lucain <[email protected]>
1 parent 3d90025 commit ea9c116

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
565565
repoUrl: "https://github.com/SandAI-org/MAGI-1",
566566
countDownloads: `path:"ckpt/vae/config.json"`,
567567
},
568+
"magenta-realtime": {
569+
prettyLabel: "Magenta RT",
570+
repoName: "Magenta RT",
571+
repoUrl: "https://github.com/magenta/magenta-realtime",
572+
countDownloads: `path:"checkpoints/llm_base_x4286_c1860k.tar" OR path:"checkpoints/llm_large_x3047_c1860k.tar" OR path:"checkpoints/llm_large_x3047_c1860k/checkpoint"`,
573+
},
568574
"mamba-ssm": {
569575
prettyLabel: "MambaSSM",
570576
repoName: "MambaSSM",

0 commit comments

Comments
 (0)