onnx-embedder / quantize_config.json
khu's picture
Update
7375c6b unverified
raw
history blame
674 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Transpose",
"Add",
"Concat",
"Shape",
"Mul",
"Reshape",
"Gather",
"Div",
"Constant",
"Sub",
"Pow",
"Slice",
"Sqrt",
"Erf",
"Cast",
"Softmax",
"Unsqueeze",
"ReduceMean",
"MatMul"
],
"weight_type": "QInt8"
}
}
}