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