Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,12 +587,19 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
repoUrl: "https://github.com/webis-de/lightning-ir",
snippets: snippets.lightning_ir,
},
"litert": {
prettyLabel: "LiteRT",
repoName: "LiteRT",
repoUrl: "https://github.com/google-ai-edge/LiteRT",
filter: false,
countDownloads: `path_extension:"tflite"`,
},
"litert-lm": {
prettyLabel: "LiteRT-LM",
repoName: "LiteRT-LM",
repoUrl: "https://github.com/google-ai-edge/LiteRT-LM",
filter: false,
countDownloads: `path_extension:"litertlm"`,
countDownloads: `path_extension:"litertlm" OR path_extension:"task"`,
},
lerobot: {
prettyLabel: "LeRobot",
Expand Down
Loading