onnx-Sheared-Pythia-160m-WebGLM-QA / quantize_config.json
Felladrin's picture
Upload folder using huggingface_hub
5d36164
raw
history blame contribute delete
784 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Gather",
"Slice",
"Sqrt",
"Reshape",
"Neg",
"Softmax",
"Shape",
"Squeeze",
"Transpose",
"Div",
"Erf",
"Unsqueeze",
"Constant",
"Sub",
"Pow",
"Add",
"ReduceMean",
"ConstantOfShape",
"Cast",
"Mul",
"MatMul",
"Concat",
"Where"
],
"weight_type": "QInt8"
}
}
}