uform-vl-multilingual / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
9cb4693
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"text_model": {
"op_types": [
"Softmax",
"Shape",
"Erf",
"Transpose",
"ConstantOfShape",
"ReduceSum",
"Equal",
"Where",
"Div",
"ReduceMean",
"Add",
"Concat",
"Mul",
"Slice",
"Constant",
"Gather",
"MatMul",
"Sub",
"Pow",
"Cast",
"Sqrt",
"Expand",
"Reshape",
"Unsqueeze"
],
"weight_type": "QInt8"
},
"vision_model": {
"op_types": [
"Softmax",
"Shape",
"Erf",
"Transpose",
"ConstantOfShape",
"Equal",
"Where",
"Div",
"ReduceMean",
"Add",
"Concat",
"Slice",
"Mul",
"Constant",
"Gather",
"MatMul",
"Sub",
"Pow",
"Cast",
"Sqrt",
"Conv",
"Expand",
"Reshape"
],
"weight_type": "QUInt8"
}
}
}