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 3f17e26 commit 0c33e20Copy full SHA for 0c33e20
packages/tasks/src/model-libraries.ts
@@ -406,6 +406,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
406
filter: false,
407
countDownloads: `path:"mlc-chat-config.json"`,
408
},
409
+ moshi: {
410
+ prettyLabel: "Moshi",
411
+ repoName: "Moshi",
412
+ repoUrl: "https://github.com/kyutai-labs/moshi",
413
+ filter: false,
414
+ countDownloads: `path:"tokenizer-e351c8d8-checkpoint125.safetensors"`,
415
+ },
416
nemo: {
417
prettyLabel: "NeMo",
418
repoName: "NeMo",
0 commit comments