bge-small-en-v1.5 / quantize_config.json
nanmoon's picture
bge-small-en-v1.5
591c291
raw
history blame contribute delete
674 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Pow",
"Div",
"Constant",
"ReduceMean",
"Gather",
"Mul",
"Concat",
"Reshape",
"Sqrt",
"Unsqueeze",
"Erf",
"Sub",
"Transpose",
"Softmax",
"Add",
"Cast",
"Shape",
"Slice",
"MatMul"
],
"weight_type": "QInt8"
}
}
}