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