bge-small-en / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
e8a2ed1
raw history blame
No virus
674 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Transpose",
"Sqrt",
"Shape",
"ReduceMean",
"Div",
"Concat",
"Softmax",
"Slice",
"Erf",
"Add",
"Pow",
"Cast",
"Mul",
"Sub",
"Unsqueeze",
"Gather",
"Reshape",
"MatMul",
"Constant"
],
"weight_type": "QInt8"
}
}
}