zeroshot_selectra_medium_onnx / quantize_config.json
iagovar's picture
Changing folder structure so it can be imported
027ca70
raw
history blame contribute delete
No virus
698 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Concat",
"Gemm",
"Erf",
"Sub",
"Softmax",
"Slice",
"Transpose",
"ReduceMean",
"MatMul",
"Shape",
"Cast",
"Div",
"Add",
"Mul",
"Pow",
"Sqrt",
"Gather",
"Constant",
"Reshape",
"Unsqueeze"
],
"weight_type": "QInt8"
}
}
}