camembert-onnx / quantize_config.json
Benjamin CHAZELLE
update files
7370136
raw
history blame
No virus
834 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Reshape",
"Concat",
"Expand",
"Sqrt",
"Sub",
"Slice",
"ReduceMean",
"Erf",
"Gather",
"Where",
"Shape",
"Transpose",
"Div",
"Softmax",
"Cast",
"Mul",
"MatMul",
"Pow",
"ConstantOfShape",
"CumSum",
"Unsqueeze",
"Not",
"Add",
"Constant",
"Equal"
],
"weight_type": "QInt8"
}
}
}