speecht5_tts / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
2b26158
raw
history blame
2.17 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"encoder_model": {
"op_types": [
"Add",
"Sub",
"Pow",
"Reshape",
"Cast",
"Less",
"Transpose",
"Where",
"ConstantOfShape",
"Sqrt",
"Mul",
"Gather",
"Div",
"Expand",
"ReduceMean",
"Concat",
"Not",
"Constant",
"Shape",
"Erf",
"Unsqueeze",
"Softmax",
"Range",
"Slice",
"Equal",
"MatMul"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Add",
"Sub",
"Pow",
"Reshape",
"Cast",
"Transpose",
"Where",
"ConstantOfShape",
"Sqrt",
"Sigmoid",
"Relu",
"Mul",
"Gather",
"Div",
"ReduceSum",
"Expand",
"ReduceMean",
"Concat",
"Clip",
"Abs",
"Constant",
"Dropout",
"Shape",
"Erf",
"Unsqueeze",
"Softmax",
"Slice",
"Equal",
"MatMul"
],
"weight_type": "QInt8"
},
"decoder_postnet_and_vocoder": {
"op_types": [
"Conv",
"Add",
"Tanh",
"Unsqueeze",
"Squeeze",
"Sub",
"Reshape",
"Transpose",
"Div",
"Constant",
"ConvTranspose",
"LeakyRelu"
],
"weight_type": "QUInt8"
}
}
}