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