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 399ecd8 commit d41c88bCopy full SHA for d41c88b
packages/tasks/src/model-libraries.ts
@@ -940,6 +940,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
940
filter: true,
941
countDownloads: `path:"pytorch_model.bin" OR path:"model.safetensors"`,
942
},
943
+ torchgeo: {
944
+ prettyLabel: "TorchGeo",
945
+ repoName: "torchgeo",
946
+ repoUrl: "https://github.com/microsoft/torchgeo",
947
+ docsUrl: "https://torchgeo.readthedocs.io/",
948
+ filter: false,
949
+ countDownloads: `path_extension:"pt" OR path_extension:"pth"`,
950
+ },
951
transformers: {
952
prettyLabel: "Transformers",
953
repoName: "🤗/transformers",
0 commit comments