e5-small-v2-quantized / quant_config.json
Ran-Mewo's picture
Initial Commit
8b6ef50
raw
history blame contribute delete
674 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"MatMul",
"Div",
"Cast",
"ReduceMean",
"Sqrt",
"Gather",
"Transpose",
"Slice",
"Pow",
"Softmax",
"Reshape",
"Sub",
"Unsqueeze",
"Concat",
"Add",
"Erf",
"Constant",
"Shape",
"Mul"
],
"weight_type": "QInt8"
}
}
}