From 2a98a58c6e1418c967b29d98e23fef661293df93 Mon Sep 17 00:00:00 2001 From: deyao Date: Wed, 21 May 2025 22:00:03 +0000 Subject: [PATCH 1/2] register bagel --- 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 70d38a51de..5425f7fa9e 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -116,6 +116,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { countDownloads: `path_extension:"pth"`, snippets: snippets.audioseal, }, + bagel: { + prettyLabel: "Bagel", + repoName: "Bagel", + repoUrl: "https://github.com/ByteDance-Seed/Bagel/", + filter: false, + countDownloads: `path:"llm_config.json"`, + }, ben2: { prettyLabel: "BEN2", repoName: "BEN2", From 3d977530a67495e145ca146b8ecc7f015ac85ab3 Mon Sep 17 00:00:00 2001 From: vb Date: Thu, 22 May 2025 14:42:09 +0200 Subject: [PATCH 2/2] Update packages/tasks/src/model-libraries.ts Co-authored-by: Pedro Cuenca --- packages/tasks/src/model-libraries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 5425f7fa9e..101c3cc6f4 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -116,7 +116,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = { countDownloads: `path_extension:"pth"`, snippets: snippets.audioseal, }, - bagel: { + "bagel-mot": { prettyLabel: "Bagel", repoName: "Bagel", repoUrl: "https://github.com/ByteDance-Seed/Bagel/",