Skip to content

Commit d6c140b

Browse files
committed
Merge branch 'main' into origin/add-image-to-video
2 parents 036b1c6 + 7546e30 commit d6c140b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/tasks",
33
"packageManager": "[email protected]",
4-
"version": "0.19.7",
4+
"version": "0.19.8",
55
"description": "List of ML tasks for huggingface.co/tasks",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

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)