From 02952834206defbd41ed05c0e07777bd3017c70c Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastav Date: Thu, 19 Sep 2024 17:45:31 +0200 Subject: [PATCH] chore: add Moshi --- packages/tasks/src/model-libraries.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index c5d558a2aa..7ebde8b6dc 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -406,6 +406,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { filter: false, countDownloads: `path:"mlc-chat-config.json"`, }, + moshi: { + prettyLabel: "Moshi", + repoName: "Moshi", + repoUrl: "https://github.com/kyutai-labs/moshi", + filter: false, + countDownloads: `path:"tokenizer-e351c8d8-checkpoint125.safetensors"`, + }, nemo: { prettyLabel: "NeMo", repoName: "NeMo",