react-native-executorch-spec / precisions.json
msluszniak's picture
Initial spec: config.schema.json, precisions.json, README
22314d8 verified
Raw
History Blame Contribute Delete
480 Bytes
{
"$schema": "https://huggingface.co/software-mansion/react-native-executorch-spec/resolve/main/config.schema.json#/$defs/precisions",
"description": "Authoritative partition of precision tokens used in react-native-executorch model file names. A variant is quantized iff its precision token is in `quantized`.",
"quantized": [
"int8",
"4w",
"a8w8",
"8da4w",
"spinquant",
"qat_lora"
],
"non_quantized": [
"fp32",
"fp16",
"bf16"
]
}