solstarcoder / quantize_config.json
Pipper's picture
initial onnx model
5c50829
raw
history blame
No virus
777 Bytes
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Sub",
"Mul",
"Cast",
"Sqrt",
"And",
"Gather",
"Softmax",
"Split",
"Concat",
"Transpose",
"Where",
"ReduceMean",
"Constant",
"Squeeze",
"Unsqueeze",
"Slice",
"MatMul",
"Div",
"Pow",
"Shape",
"Add",
"Reshape",
"Tanh"
],
"weight_type": "QInt8"
}
}
}