Skip to content

Commit 930260f

Browse files
authored
Merge branch 'main' into main
2 parents 5f5fcee + 89dc370 commit 930260f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/tasks",
33
"packageManager": "[email protected]",
4-
"version": "0.19.13",
4+
"version": "0.19.14",
55
"description": "List of ML tasks for huggingface.co/tasks",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
520520
repoUrl: "https://github.com/webis-de/lightning-ir",
521521
snippets: snippets.lightning_ir,
522522
},
523+
"litert-lm": {
524+
prettyLabel: "LiteRT-LM",
525+
repoName: "LiteRT-LM",
526+
repoUrl: "https://github.com/google-ai-edge/LiteRT-LM",
527+
filter: false,
528+
countDownloads: `path_extension:"litertlm"`,
529+
},
523530
liveportrait: {
524531
prettyLabel: "LivePortrait",
525532
repoName: "LivePortrait",

0 commit comments

Comments
 (0)