File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-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.10 " ,
4+ "version" : " 0.19.11 " ,
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 @@ -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" ,
You can’t perform that action at this time.
0 commit comments