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