msluszniak's picture
feat(coreml): publish fp16 only, drop the fp32 build
e305cdd verified
Raw
History Blame Contribute Delete
1.18 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "rfdetr_keypoint",
"family": "rfdetr",
"capabilities": [
"object-detection"
],
"backend": "coreml",
"license": "apache-2.0",
"variants": [
{
"file": "rfdetr_keypoint_preview_coreml_fp16.pte",
"precision": "fp16",
"quantized": false,
"default": true,
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
3,
576,
576
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
100,
4
],
"dtype": "float32"
},
{
"shape": [
100
],
"dtype": "float32"
},
{
"shape": [
100,
17,
3
],
"dtype": "float32"
}
]
}
}
}
]
}