tiny-random-Swin2SRModel / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
f207c13
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Gather",
"Pad",
"Mul",
"MatMul",
"Concat",
"Exp",
"Range",
"Cast",
"Sub",
"Erf",
"Constant",
"Mod",
"Add",
"Abs",
"Where",
"Slice",
"Pow",
"Sqrt",
"Transpose",
"Softmax",
"Conv",
"Expand",
"Not",
"Div",
"ReduceMean",
"ScatterND",
"Shape",
"Clip",
"Unsqueeze",
"Identity",
"ReduceSum",
"Relu",
"Sigmoid",
"Equal",
"ConstantOfShape",
"Reshape"
],
"weight_type": "QUInt8"
}
}
}