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