e5-small-v2 / quant_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
a59d88d
{
"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"
}
}
}