Skip to content

Commit f891253

Browse files
committed
add tirex to model library
1 parent 80e27d6 commit f891253

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
947947
filter: true,
948948
countDownloads: `path:"pytorch_model.bin" OR path:"model.safetensors"`,
949949
},
950+
tirex: {
951+
prettyLabel: "TiRex",
952+
repoName: "TiRex",
953+
repoUrl: "https://github.com/NX-AI/tirex",
954+
countDownloads: `path_extension:"ckpt"`,
955+
},
950956
torchgeo: {
951957
prettyLabel: "TorchGeo",
952958
repoName: "TorchGeo",

0 commit comments

Comments
 (0)