dit-large / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
85f3857
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Shape",
"Pow",
"Add",
"Slice",
"MatMul",
"Erf",
"Where",
"Sqrt",
"Mul",
"Concat",
"Constant",
"Sub",
"Equal",
"Conv",
"Transpose",
"Gather",
"Expand",
"Softmax",
"Reshape",
"ConstantOfShape",
"Unsqueeze",
"Div",
"ReduceMean"
],
"weight_type": "QUInt8"
}
}
}