gte-small / quantize_config.json
Crazycloud's picture
Upload 6 files
617011c
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Slice",
"Mul",
"Add",
"Sqrt",
"Softmax",
"Pow",
"Transpose",
"Cast",
"Sub",
"ReduceMean",
"Constant",
"Gather",
"MatMul",
"Reshape",
"Div",
"Concat",
"Unsqueeze",
"Erf",
"Shape"
],
"weight_type": "QInt8"
}
}
}