File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -186,6 +186,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
186
186
term : { path : "pytorch_model.bin" } ,
187
187
} ,
188
188
} ,
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
+ } ,
189
196
gliner : {
190
197
prettyLabel : "GLiNER" ,
191
198
repoName : "GLiNER" ,
@@ -307,6 +314,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
307
314
snippets : snippets . pythae ,
308
315
filter : true ,
309
316
} ,
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
+ } ,
310
324
"sample-factory" : {
311
325
prettyLabel : "sample-factory" ,
312
326
repoName : "sample-factory" ,
You can’t perform that action at this time.
0 commit comments