Skip to content

Commit 774c609

Browse files
authored
Add recurrentgemma and gemma.cpp as libraries (#748)
1 parent 2302fbf commit 774c609

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
186186
term: { path: "pytorch_model.bin" },
187187
},
188188
},
189+
"gemma.cpp": {
190+
prettyLabel: "gemma.cpp",
191+
repoName: "gemma.cpp",
192+
repoUrl: "https://github.com/google/gemma.cpp",
193+
filter: false,
194+
countDownloads: { wildcard: { path: "*.sbs" } },
195+
},
189196
gliner: {
190197
prettyLabel: "GLiNER",
191198
repoName: "GLiNER",
@@ -307,6 +314,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
307314
snippets: snippets.pythae,
308315
filter: true,
309316
},
317+
recurrentgemma: {
318+
prettyLabel: "RecurrentGemma",
319+
repoName: "recurrentgemma",
320+
repoUrl: "https://github.com/google-deepmind/recurrentgemma",
321+
filter: false,
322+
countDownloads: { term: { path: "tokenizer.model" } },
323+
},
310324
"sample-factory": {
311325
prettyLabel: "sample-factory",
312326
repoName: "sample-factory",

0 commit comments

Comments
 (0)