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