pardonmyai / quantize_config.json
tarekziade's picture
Upload 8 files
68d9b8b verified
raw
history blame contribute delete
No virus
798 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Pow",
"Relu",
"Div",
"Unsqueeze",
"Reshape",
"Shape",
"Mul",
"Expand",
"Sub",
"MatMul",
"Constant",
"Equal",
"Add",
"Erf",
"Concat",
"Softmax",
"Slice",
"Where",
"Gemm",
"Sqrt",
"Gather",
"ReduceMean",
"Transpose",
"Cast"
],
"weight_type": "QInt8"
}
}
}