multilingual-e5-small-optimized_ONNX / quantize_config.json
Oblix's picture
Upload 8 files
b7f01c4 verified
raw
history blame
702 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Erf",
"Slice",
"Gather",
"Cast",
"Concat",
"MatMul",
"Reshape",
"Add",
"Softmax",
"ReduceMean",
"Sqrt",
"Pow",
"Sub",
"Identity",
"Unsqueeze",
"Shape",
"Transpose",
"Mul",
"Div",
"Constant"
],
"weight_type": "QInt8"
}
}
}