Skip to content

Commit 1193217

Browse files
authored
Merge branch 'main' into feat/support-novita-async-t2v
2 parents 7e1c0de + 170b542 commit 1193217

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
@@ -116,6 +116,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
116116
countDownloads: `path_extension:"pth"`,
117117
snippets: snippets.audioseal,
118118
},
119+
"bagel-mot": {
120+
prettyLabel: "Bagel",
121+
repoName: "Bagel",
122+
repoUrl: "https://github.com/ByteDance-Seed/Bagel/",
123+
filter: false,
124+
countDownloads: `path:"llm_config.json"`,
125+
},
119126
ben2: {
120127
prettyLabel: "BEN2",
121128
repoName: "BEN2",

0 commit comments

Comments
 (0)