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