reader-lm-1.5b-onnx / quantize_config.json
Bewinxed's picture
Upload 12 files
8b28a11 verified
raw
history blame contribute delete
934 Bytes
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Mul",
"Concat",
"Sqrt",
"Pow",
"Add",
"Constant",
"Neg",
"Equal",
"Div",
"MatMul",
"Trilu",
"Slice",
"Cast",
"Reshape",
"Range",
"Gather",
"Transpose",
"ReduceMean",
"Greater",
"ConstantOfShape",
"Softmax",
"Expand",
"Where",
"Unsqueeze",
"Sigmoid",
"Shape",
"ScatterND"
],
"weight_type": "QInt8"
}
}
}