whisper-base / quant_config.json
Xenova's picture
Xenova HF staff
Upload quant_config.json
05d748b
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model": {
"op_types": [
"Div",
"Concat",
"Gather",
"Less",
"ReduceMean",
"MatMul",
"Erf",
"Add",
"Expand",
"Sub",
"ConstantOfShape",
"Range",
"Sqrt",
"Slice",
"Squeeze",
"Cast",
"Equal",
"Where",
"Constant",
"Pow",
"Softmax",
"Shape",
"Reshape",
"Mul",
"Transpose",
"Unsqueeze"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Div",
"Gather",
"Concat",
"Less",
"ReduceMean",
"MatMul",
"Erf",
"Add",
"Expand",
"Sub",
"ConstantOfShape",
"Range",
"Sqrt",
"Slice",
"Squeeze",
"Cast",
"Equal",
"Where",
"If",
"Constant",
"Pow",
"Softmax",
"Shape",
"Reshape",
"Mul",
"Transpose",
"Unsqueeze"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Div",
"Concat",
"Gather",
"Constant",
"Pow",
"Sub",
"Mul",
"Transpose",
"Add",
"MatMul",
"Softmax",
"Sqrt",
"Slice",
"Shape",
"Reshape",
"ReduceMean",
"Erf",
"Unsqueeze"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Div",
"Gather",
"Concat",
"Constant",
"Pow",
"Sub",
"Unsqueeze",
"Mul",
"Conv",
"Transpose",
"MatMul",
"Softmax",
"Sqrt",
"Shape",
"Reshape",
"ReduceMean",
"Erf",
"Add"
],
"weight_type": "QUInt8"
}
}
}