wavlm-base-plus-sv / quantize_config.json
D4ve-R's picture
Upload quantize_config.json
d9e7f16 verified
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Sub",
"Mul",
"Min",
"Constant",
"Sqrt",
"Unsqueeze",
"ReduceMean",
"Transpose",
"Greater",
"Concat",
"Slice",
"Conv",
"Log",
"Shape",
"Gemm",
"ReduceSum",
"Sigmoid",
"Relu",
"Less",
"Reshape",
"ConstantOfShape",
"Abs",
"InstanceNormalization",
"Div",
"Expand",
"Range",
"Erf",
"Cast",
"ReduceProd",
"Add",
"Pad",
"Softmax",
"Tile",
"MatMul",
"Where",
"Pow",
"Gather"
],
"weight_type": "QUInt8"
}
}
}