File size: 564 Bytes
22314d8 402e59e 22314d8 402e59e 22314d8 402e59e 22314d8 402e59e 22314d8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"$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 listed under `quantized`. Configs do not repeat this; derive it from here.",
"quantized": [
"4w",
"8da4w",
"8da8w",
"a8w8",
"int4",
"int8",
"qat_lora",
"spinquant"
],
"non_quantized": [
"bf16",
"fp16",
"fp32"
]
}
|