Skip to content

Commit 39dd24a

Browse files
Update model-libraries.ts
add litert-lm
1 parent 9af23e5 commit 39dd24a

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
@@ -513,6 +513,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
513513
repoUrl: "https://github.com/webis-de/lightning-ir",
514514
snippets: snippets.lightning_ir,
515515
},
516+
"litert-lm": {
517+
prettyLabel: "LiteRT-LM",
518+
repoName: "LiteRT-LM",
519+
repoUrl: "https://github.com/google-ai-edge/LiteRT-LM",
520+
filter: false,
521+
countDownloads: `path_extension:"litertlm"`
522+
},
516523
liveportrait: {
517524
prettyLabel: "LivePortrait",
518525
repoName: "LivePortrait",

0 commit comments

Comments
 (0)