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