sentence-search-roberta-onnx-ko / quantize_config.json
noah-go's picture
first commit
242162f
raw
history blame contribute delete
No virus
834 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"MatMul",
"Sqrt",
"Constant",
"CumSum",
"Where",
"Div",
"Erf",
"Not",
"Pow",
"Reshape",
"Softmax",
"ConstantOfShape",
"Unsqueeze",
"Transpose",
"Mul",
"Slice",
"Expand",
"Gather",
"Equal",
"Cast",
"Add",
"ReduceMean",
"Sub",
"Shape",
"Concat"
],
"weight_type": "QInt8"
}
}
}