We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af23e5 commit 39dd24aCopy full SHA for 39dd24a
packages/tasks/src/model-libraries.ts
@@ -513,6 +513,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
513
repoUrl: "https://github.com/webis-de/lightning-ir",
514
snippets: snippets.lightning_ir,
515
},
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
+ },
523
liveportrait: {
524
prettyLabel: "LivePortrait",
525
repoName: "LivePortrait",
0 commit comments