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