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