bge-reranker-large / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
fa6dccc
raw
history blame contribute delete
No virus
882 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Mul",
"Where",
"Gather",
"Cast",
"Unsqueeze",
"Not",
"Shape",
"Reshape",
"MatMul",
"Tanh",
"Constant",
"Add",
"Slice",
"CumSum",
"ReduceMean",
"Expand",
"Transpose",
"Gemm",
"Div",
"Pow",
"Softmax",
"Erf",
"Equal",
"ConstantOfShape",
"Sqrt",
"Sub",
"Concat"
],
"weight_type": "QInt8"
}
}
}