msluszniak's picture
Add Vulkan fp16 exports
58687bc
Raw
History Blame Contribute Delete
1.29 kB
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json",
"model": "fast_sam_x",
"family": "fastsam",
"capabilities": [
"instance-segmentation"
],
"backend": "vulkan",
"license": "agpl-3.0",
"variants": [
{
"file": "fast_sam_x_vulkan_fp16.pte",
"precision": "fp16",
"quantized": false,
"default": true,
"methods": {
"forward": {
"inputs": [
{
"shape": [
1,
3,
640,
640
],
"dtype": "float32"
}
],
"outputs": [
{
"shape": [
300,
4
],
"dtype": "float32"
},
{
"shape": [
300
],
"dtype": "float32"
},
{
"shape": [
300
],
"dtype": "float32"
},
{
"shape": [
300,
160,
160
],
"dtype": "float32"
}
]
}
}
}
]
}