U2Net-ExecuTorch / config.json
mlboydaisuke's picture
Add config.json so the Hub can count downloads
6e726d0 verified
Raw
History Blame Contribute Delete
594 Bytes
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "xuebinqin/U-2-Net + Carve/u2net-universal weights",
"inputs": [
[
1,
3,
320,
320
]
],
"variants": [
{
"file": "u2net_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 89.0
},
{
"file": "u2net_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 176.0
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}