e5-small-v2 / quantize_config.json
nived2's picture
Upload 8 files
a445f3e verified
raw
history blame contribute delete
No virus
674 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Sub",
"Add",
"ReduceMean",
"Mul",
"Reshape",
"Pow",
"Constant",
"Gather",
"Transpose",
"Concat",
"Erf",
"Shape",
"Unsqueeze",
"Cast",
"Slice",
"Sqrt",
"Div",
"MatMul",
"Softmax"
],
"weight_type": "QInt8"
}
}
}