ormbg-ExecuTorch / config.json
mlboydaisuke's picture
Add config.json so the Hub can count downloads
cc87575 verified
Raw
History Blame Contribute Delete
713 Bytes
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "schirrmacher/ormbg",
"inputs": [
[
1,
3,
1024,
1024
]
],
"variants": [
{
"file": "ormbg_isnet_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 89.0
},
{
"file": "ormbg_isnet_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 176.1
},
{
"file": "ormbg_isnet_xnnpack_int8.pte",
"backend": "xnnpack",
"precision": "int8",
"size_mb": 44.3
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}