File size: 480 Bytes
22314d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "$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"
  ]
}