File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments