onnx-LaMini-Neo-125M-Evol-Instruct / quantize_config.json
Felladrin's picture
Upload folder using huggingface_hub
d7db3e1
raw
history blame contribute delete
727 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Add",
"Softmax",
"Constant",
"Unsqueeze",
"Slice",
"Transpose",
"Cast",
"Reshape",
"Div",
"Squeeze",
"Gather",
"Pow",
"MatMul",
"Sqrt",
"Sub",
"Tanh",
"Concat",
"Shape",
"ReduceMean",
"Mul",
"Where"
],
"weight_type": "QInt8"
}
}
}