vits-vctk / quantize_config.json
Bowen7's picture
Upload 7 files
50f8ba6 verified
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Greater",
"Range",
"Equal",
"ConstantOfShape",
"Erf",
"Gather",
"Neg",
"ReduceMean",
"GatherElements",
"Clip",
"Mul",
"Squeeze",
"Softplus",
"Tanh",
"Relu",
"ScatterND",
"Pad",
"RandomNormalLike",
"Exp",
"And",
"CumSum",
"Ceil",
"Expand",
"Less",
"Sigmoid",
"Constant",
"Cast",
"GatherND",
"Slice",
"Conv",
"ConvTranspose",
"Split",
"Sub",
"Not",
"Sqrt",
"Transpose",
"ReduceMax",
"Shape",
"LeakyRelu",
"MatMul",
"Reshape",
"Where",
"Pow",
"NonZero",
"Softmax",
"ReduceSum",
"Concat",
"Unsqueeze",
"Div",
"Add"
],
"weight_type": "QUInt8"
}
}
}