mlboydaisuke's picture
Add config.json so the Hub can count downloads
03b2477 verified
Raw
History Blame Contribute Delete
769 Bytes
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "depth-anything/Depth-Anything-V2-Small-hf",
"inputs": [
[
1,
3,
518,
518
]
],
"variants": [
{
"file": "depth_anything_v2_small_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 50.2
},
{
"file": "depth_anything_v2_small_xnnpack_fp16.pte",
"backend": "xnnpack",
"precision": "fp16",
"size_mb": 55.5
},
{
"file": "depth_anything_v2_small_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 99.0
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}