mlboydaisuke's picture
Add config.json so the Hub can count downloads
2815351 verified
Raw
History Blame Contribute Delete
623 Bytes
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "xinntao/Real-ESRGAN release v0.2.5.0 (realesr-general-x4v3)",
"inputs": [
[
1,
3,
128,
128
]
],
"variants": [
{
"file": "real_esrgan_x4v3_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 2.7
},
{
"file": "real_esrgan_x4v3_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 4.9
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}