mms-tts-eng / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
37f0ac9
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"ReduceMean",
"ConvTranspose",
"Add",
"NonZero",
"Pow",
"Constant",
"Range",
"ReduceMax",
"Neg",
"Ceil",
"ReduceSum",
"And",
"Gather",
"Cast",
"ScatterND",
"GatherElements",
"Clip",
"Erf",
"Split",
"CumSum",
"Tanh",
"Softplus",
"Div",
"Concat",
"Squeeze",
"Less",
"Relu",
"Equal",
"Slice",
"Where",
"RandomNormalLike",
"ConstantOfShape",
"Reshape",
"Exp",
"Conv",
"Transpose",
"Mul",
"Softmax",
"Sqrt",
"Expand",
"Pad",
"Not",
"Sigmoid",
"Unsqueeze",
"Shape",
"MatMul",
"Greater",
"LeakyRelu",
"Sub",
"GatherND"
],
"weight_type": "QUInt8"
}
}
}