onnx-smol_llama-81M-tied / quantize_config.json
Felladrin's picture
Upload folder using huggingface_hub
0742df3
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Where",
"Unsqueeze",
"ReduceMean",
"Sqrt",
"Reshape",
"Less",
"Pow",
"Concat",
"Range",
"Div",
"Constant",
"Mul",
"Shape",
"Sub",
"ConstantOfShape",
"Neg",
"Softmax",
"Cast",
"Transpose",
"Slice",
"Gather",
"Sigmoid",
"Expand",
"Equal",
"Squeeze",
"MatMul",
"Add"
],
"weight_type": "QInt8"
}
}
}