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 b7af869 commit b02a3ffCopy full SHA for b02a3ff
packages/tasks/src/model-libraries.ts
@@ -960,6 +960,12 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
960
filter: true,
961
countDownloads: `path:"pytorch_model.bin" OR path:"model.safetensors"`,
962
},
963
+ tirex: {
964
+ prettyLabel: "TiRex",
965
+ repoName: "TiRex",
966
+ repoUrl: "https://github.com/NX-AI/tirex",
967
+ countDownloads: `path_extension:"ckpt"`,
968
+ },
969
torchgeo: {
970
prettyLabel: "TorchGeo",
971
repoName: "TorchGeo",
0 commit comments