D-FINE-S-ExecuTorch / config.json
mlboydaisuke's picture
Add config.json so the Hub can count downloads
5eb5167 verified
Raw
History Blame Contribute Delete
455 Bytes
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "ustc-community/dfine-small-coco",
"inputs": [
[
1,
3,
640,
640
]
],
"variants": [
{
"file": "dfine_s_coco_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 41.5
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}