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