whisper-small-yo-onnx / quantize_config.json
oyemade's picture
generate onnx
09cdd51
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model_merged": {
"op_types": [
"Shape",
"Squeeze",
"Mul",
"Pow",
"Equal",
"Constant",
"Expand",
"Div",
"Add",
"Erf",
"Range",
"Sqrt",
"Slice",
"Gather",
"Softmax",
"Transpose",
"Sub",
"Cast",
"Concat",
"If",
"Unsqueeze",
"ConstantOfShape",
"Less",
"MatMul",
"Where",
"Reshape",
"ReduceMean"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Reshape",
"Conv",
"Erf",
"Concat",
"Shape",
"Softmax",
"Constant",
"Gather",
"Unsqueeze",
"Mul",
"Transpose",
"Sub",
"Div",
"Pow",
"Sqrt",
"MatMul",
"ReduceMean",
"Add"
],
"weight_type": "QUInt8"
},
"decoder_with_past_model": {
"op_types": [
"Concat",
"Erf",
"Sqrt",
"Shape",
"Slice",
"Gather",
"Constant",
"Unsqueeze",
"Mul",
"Transpose",
"Sub",
"Div",
"Pow",
"Softmax",
"Reshape",
"MatMul",
"ReduceMean",
"Add"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Shape",
"Squeeze",
"Mul",
"Pow",
"Equal",
"Constant",
"Expand",
"Div",
"Add",
"Erf",
"Range",
"Sqrt",
"Slice",
"Gather",
"Softmax",
"Transpose",
"Sub",
"Cast",
"Concat",
"Unsqueeze",
"ConstantOfShape",
"Less",
"MatMul",
"Where",
"Reshape",
"ReduceMean"
],
"weight_type": "QInt8"
}
}
}