Skip to content

Commit d41c88b

Browse files
committed
add torchgeo to libraries
1 parent 399ecd8 commit d41c88b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
940940
filter: true,
941941
countDownloads: `path:"pytorch_model.bin" OR path:"model.safetensors"`,
942942
},
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+
},
943951
transformers: {
944952
prettyLabel: "Transformers",
945953
repoName: "🤗/transformers",

0 commit comments

Comments
 (0)