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 80e27d6 commit f891253Copy full SHA for f891253
packages/tasks/src/model-libraries.ts
@@ -947,6 +947,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
947
filter: true,
948
countDownloads: `path:"pytorch_model.bin" OR path:"model.safetensors"`,
949
},
950
+ tirex: {
951
+ prettyLabel: "TiRex",
952
+ repoName: "TiRex",
953
+ repoUrl: "https://github.com/NX-AI/tirex",
954
+ countDownloads: `path_extension:"ckpt"`,
955
+ },
956
torchgeo: {
957
prettyLabel: "TorchGeo",
958
repoName: "TorchGeo",
0 commit comments