mlboydaisuke's picture
Add config.json so the Hub can count downloads
066521b verified
Raw
History Blame Contribute Delete
772 Bytes
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "torchvision ssdlite320_mobilenet_v3_large COCO_V1",
"inputs": [
[
1,
3,
320,
320
]
],
"variants": [
{
"file": "ssdlite320_mobilenetv3_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 7.5
},
{
"file": "ssdlite320_mobilenetv3_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 13.8
},
{
"file": "ssdlite320_mobilenetv3_xnnpack_int8.pte",
"backend": "xnnpack",
"precision": "int8",
"size_mb": 3.9
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}