xblock-social-screenshots-3 / quantize_config.json
howdyaendra's picture
Adding Onnx weights
21e6dfc
raw
history blame contribute delete
No virus
810 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Slice",
"Gather",
"Equal",
"Mul",
"Constant",
"Sqrt",
"Div",
"Expand",
"ConstantOfShape",
"Shape",
"Add",
"Gemm",
"Reshape",
"Where",
"Erf",
"Concat",
"Transpose",
"ReduceMean",
"MatMul",
"Conv",
"Pow",
"Unsqueeze",
"Sub",
"Softmax"
],
"weight_type": "QUInt8"
}
}
}