deit-tiny-distilgpt2 / quantize_config.json
tarekziade's picture
Upload 16 files
cc33764 verified
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_with_past_model": {
"op_types": [
"Sqrt",
"Tanh",
"Slice",
"Pow",
"Div",
"Range",
"ConstantOfShape",
"Split",
"Unsqueeze",
"Sub",
"Add",
"Softmax",
"Where",
"Shape",
"ReduceMean",
"Concat",
"Transpose",
"Gemm",
"Cast",
"Reshape",
"Mul",
"Gather",
"Squeeze",
"Constant",
"MatMul"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Sqrt",
"Tanh",
"Slice",
"Pow",
"Div",
"Range",
"ConstantOfShape",
"Split",
"Unsqueeze",
"Sub",
"Add",
"Softmax",
"Where",
"Shape",
"ReduceMean",
"Concat",
"Transpose",
"Gemm",
"Cast",
"Reshape",
"Mul",
"Gather",
"Squeeze",
"Constant",
"MatMul"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Sqrt",
"Slice",
"Pow",
"Div",
"ConstantOfShape",
"Unsqueeze",
"Conv",
"Sub",
"Erf",
"Add",
"Softmax",
"Where",
"Expand",
"Shape",
"ReduceMean",
"Concat",
"Transpose",
"Equal",
"Reshape",
"Mul",
"Gather",
"Constant",
"MatMul"
],
"weight_type": "QUInt8"
},
"decoder_model_merged": {
"op_types": [
"Sqrt",
"Tanh",
"Slice",
"If",
"Pow",
"Div",
"Range",
"ConstantOfShape",
"Split",
"Unsqueeze",
"Sub",
"Add",
"Softmax",
"Where",
"Shape",
"ReduceMean",
"Concat",
"Transpose",
"Gemm",
"Cast",
"Reshape",
"Mul",
"Gather",
"Squeeze",
"Constant",
"MatMul"
],
"weight_type": "QInt8"
}
}
}