Skip to content

Commit 1a1f672

Browse files
authored
Merge branch 'main' into feat/wavespeedai
2 parents 054ecb9 + 615c348 commit 1a1f672

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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.10",
4+
"version": "0.19.11",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
960960
filter: true,
961961
countDownloads: `path:"pytorch_model.bin" OR path:"model.safetensors"`,
962962
},
963+
tirex: {
964+
prettyLabel: "TiRex",
965+
repoName: "TiRex",
966+
repoUrl: "https://github.com/NX-AI/tirex",
967+
countDownloads: `path_extension:"ckpt"`,
968+
},
963969
torchgeo: {
964970
prettyLabel: "TorchGeo",
965971
repoName: "TorchGeo",

0 commit comments

Comments
 (0)