whisper-medium-sr-onnx / quantize_config.json
Sagicc's picture
Upload 11 files
df95e9e
raw
history blame
2.84 kB
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model": {
"op_types": [
"Less",
"Constant",
"ConstantOfShape",
"Where",
"ReduceMean",
"Expand",
"Concat",
"Div",
"Reshape",
"Erf",
"Sqrt",
"Squeeze",
"Sub",
"Range",
"Mul",
"Shape",
"Unsqueeze",
"Transpose",
"Equal",
"Add",
"Pow",
"Softmax",
"MatMul",
"Gather",
"Slice",
"Cast"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Sqrt",
"Reshape",
"Constant",
"Mul",
"Pow",
"Gather",
"MatMul",
"Softmax",
"Erf",
"Sub",
"ReduceMean",
"Concat",
"Div",
"Shape",
"Unsqueeze",
"Transpose",
"Conv",
"Add"
],
"weight_type": "QUInt8"
},
"decoder_with_past_model": {
"op_types": [
"Sqrt",
"Reshape",
"Constant",
"Mul",
"MatMul",
"Gather",
"Softmax",
"Erf",
"Sub",
"ReduceMean",
"Slice",
"Concat",
"Div",
"Shape",
"Unsqueeze",
"Transpose",
"Pow",
"Add"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Less",
"Constant",
"ConstantOfShape",
"Where",
"ReduceMean",
"Expand",
"Concat",
"Div",
"Reshape",
"Erf",
"Sqrt",
"Squeeze",
"Sub",
"Range",
"Mul",
"Shape",
"Unsqueeze",
"Transpose",
"Equal",
"Add",
"Pow",
"Softmax",
"MatMul",
"Gather",
"Slice",
"If",
"Cast"
],
"weight_type": "QInt8"
}
}
}