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