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