mlboydaisuke's picture
Add config.json so the Hub can count downloads
0411012 verified
Raw
History Blame Contribute Delete
1.31 kB
{
"model_type": "executorch-pte",
"format": "pte",
"framework": "ExecuTorch",
"source": "openai/clip-vit-base-patch32",
"inputs": [
[
1,
3,
224,
224
]
],
"variants": [
{
"file": "clip_vit_b32_image_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 176.2
},
{
"file": "clip_vit_b32_image_xnnpack_fp16.pte",
"backend": "xnnpack",
"precision": "fp16",
"size_mb": 180.7
},
{
"file": "clip_vit_b32_image_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 351.6
},
{
"file": "clip_vit_b32_image_xnnpack_int8.pte",
"backend": "xnnpack",
"precision": "int8",
"size_mb": 95.9
},
{
"file": "clip_vit_b32_text_coreml_all.pte",
"backend": "coreml",
"precision": "fp16",
"size_mb": 127.4
},
{
"file": "clip_vit_b32_text_xnnpack_fp16.pte",
"backend": "xnnpack",
"precision": "fp16",
"size_mb": 127.1
},
{
"file": "clip_vit_b32_text_xnnpack_fp32.pte",
"backend": "xnnpack",
"precision": "fp32",
"size_mb": 253.9
}
],
"note": "ExecuTorch .pte exports. See README.md for variant selection and run instructions."
}