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