onnx-Gerbil-A-32m / quantize_config.json
Felladrin's picture
Upload folder using huggingface_hub
27b4dd9
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Concat",
"Neg",
"Expand",
"Slice",
"Softmax",
"Cast",
"Where",
"Reshape",
"Div",
"Mul",
"GatherElements",
"Add",
"Pow",
"Tanh",
"Shape",
"Split",
"Constant",
"ConstantOfShape",
"ReduceMean",
"Squeeze",
"Sqrt",
"Tile",
"Unsqueeze",
"Transpose",
"Sub",
"MatMul",
"Gather"
],
"weight_type": "QInt8"
}
}
}