| { | |
| "$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" | |
| ] | |
| } | |