onnx-Evol-Orca-LaMini-flan-t5-small / quantize_config.json
Felladrin's picture
Upload folder using huggingface_hub
a593cad
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"encoder_model": {
"op_types": [
"Range",
"Add",
"ReduceMean",
"Div",
"Pow",
"ConstantOfShape",
"MatMul",
"Unsqueeze",
"Tanh",
"Greater",
"Transpose",
"Softmax",
"Sub",
"Mul",
"Reshape",
"Shape",
"Less",
"Constant",
"Log",
"Concat",
"Cast",
"Where",
"Sqrt",
"Min",
"Gather",
"Abs"
],
"weight_type": "QInt8"
},
"decoder_model": {
"op_types": [
"Range",
"Expand",
"Add",
"ReduceMean",
"Div",
"Pow",
"ConstantOfShape",
"MatMul",
"Unsqueeze",
"Tanh",
"Neg",
"Transpose",
"Softmax",
"Mul",
"Sub",
"Reshape",
"Tile",
"LessOrEqual",
"Shape",
"Less",
"Constant",
"Log",
"Concat",
"Cast",
"Where",
"Sqrt",
"Min",
"Gather"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Slice",
"Range",
"Add",
"Expand",
"ReduceMean",
"Div",
"Pow",
"ConstantOfShape",
"MatMul",
"Unsqueeze",
"Tanh",
"Neg",
"Transpose",
"Softmax",
"Sub",
"Mul",
"Reshape",
"Tile",
"LessOrEqual",
"Shape",
"Less",
"Constant",
"Log",
"Concat",
"Cast",
"Where",
"Sqrt",
"Min",
"Gather"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"If",
"Slice",
"Range",
"Expand",
"Add",
"ReduceMean",
"Div",
"Pow",
"ConstantOfShape",
"MatMul",
"Unsqueeze",
"Tanh",
"Neg",
"Transpose",
"Softmax",
"Mul",
"Sub",
"Reshape",
"Tile",
"LessOrEqual",
"Shape",
"Less",
"Constant",
"Log",
"Concat",
"Cast",
"Where",
"Sqrt",
"Min",
"Gather"
],
"weight_type": "QInt8"
}
}
}