mlboydaisuke's picture
Add config.json so the Hub can count downloads
a14aec6 verified
Raw
History Blame Contribute Delete
745 Bytes
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "torchvision efficientnet_b1 IMAGENET1K_V2",
"inputs": [
[
1,
3,
240,
240
]
],
"variants": [
{
"file": "efficientnet_b1_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 16.3
},
{
"file": "efficientnet_b1_xnnpack_fp16.pte",
"backend": "xnnpack",
"precision": "fp16",
"size_mb": 28.8
},
{
"file": "efficientnet_b1_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 31.2
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}