gelan-c / quantize_config.json
Xenova's picture
Xenova HF staff
Upload quantize_config.json with huggingface_hub (#2)
1188097 verified
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Squeeze",
"Cast",
"Softmax",
"NonMaxSuppression",
"Reshape",
"Mul",
"Split",
"Resize",
"Gather",
"Expand",
"Concat",
"Conv",
"TopK",
"Slice",
"Range",
"Div",
"ConstantOfShape",
"GatherND",
"Transpose",
"Greater",
"Shape",
"Sub",
"Equal",
"NonZero",
"Add",
"Constant",
"MaxPool",
"Where",
"ReduceMax",
"ScatterND",
"Unsqueeze",
"ArgMax",
"Sigmoid",
"AveragePool"
],
"weight_type": "QUInt8"
}
}
}