msluszniak's picture
Add per-backend config
54e4803 verified
Raw
History Blame Contribute Delete
1.17 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": "mlx",
"license": "apache-2.0",
"variants": [
{
"file": "rfdetr_keypoint_preview_mlx_fp32.pte",
"precision": "fp32",
"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"
}
]
}
}
}
]
}