Skip to content

Commit b02a3ff

Browse files
authored
add tirex to model library (#1497)
Hi : ) This PR should ensure that download stats are working for the TiRex repo. I followed the guide provided here https://huggingface.co/docs/hub/models-download-stats
1 parent b7af869 commit b02a3ff

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
@@ -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)