LaMini-Flan-T5-248M / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
7a42f28
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"decoder_model": {
"op_types": [
"Pow",
"Range",
"Less",
"Log",
"Constant",
"Softmax",
"ReduceMean",
"Shape",
"Gather",
"Cast",
"Where",
"Mul",
"Tile",
"Concat",
"Div",
"Neg",
"Sqrt",
"Transpose",
"LessOrEqual",
"MatMul",
"Expand",
"ConstantOfShape",
"Sub",
"Tanh",
"Reshape",
"Add",
"Unsqueeze",
"Min"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Pow",
"Range",
"Less",
"Abs",
"Log",
"Constant",
"Softmax",
"ReduceMean",
"Shape",
"Gather",
"Cast",
"Where",
"Mul",
"Concat",
"Div",
"Sqrt",
"Transpose",
"MatMul",
"Greater",
"ConstantOfShape",
"Sub",
"Tanh",
"Reshape",
"Add",
"Unsqueeze",
"Min"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Pow",
"Range",
"Less",
"Log",
"Constant",
"Softmax",
"ReduceMean",
"Shape",
"Gather",
"Cast",
"Where",
"Mul",
"Tile",
"Div",
"Unsqueeze",
"Neg",
"Sqrt",
"Slice",
"Transpose",
"LessOrEqual",
"MatMul",
"Expand",
"If",
"ConstantOfShape",
"Sub",
"Tanh",
"Reshape",
"Add",
"Concat",
"Min"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Pow",
"Range",
"Less",
"Log",
"Constant",
"Softmax",
"ReduceMean",
"Shape",
"Gather",
"Cast",
"Where",
"Mul",
"Tile",
"Concat",
"Div",
"Neg",
"Sqrt",
"Slice",
"Transpose",
"LessOrEqual",
"MatMul",
"Expand",
"ConstantOfShape",
"Sub",
"Tanh",
"Reshape",
"Add",
"Unsqueeze",
"Min"
],
"weight_type": "QInt8"
}
}
}