punctuate-all / quantize_config.json
realasd222's picture
Upload 7 files
24ca7cd
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Constant",
"Softmax",
"Not",
"Sqrt",
"Where",
"Concat",
"Expand",
"Add",
"Div",
"Gather",
"CumSum",
"ReduceMean",
"Shape",
"Pow",
"Cast",
"Sub",
"MatMul",
"Reshape",
"Equal",
"Transpose",
"Mul",
"Erf",
"Slice",
"Unsqueeze",
"ConstantOfShape"
],
"weight_type": "QInt8"
}
}
}