deit-base-distilled-patch16-224 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
54446d1
raw
history blame contribute delete
810 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Expand",
"Where",
"Div",
"Pow",
"Softmax",
"Slice",
"Add",
"Concat",
"Gemm",
"Erf",
"Reshape",
"Equal",
"Sub",
"Unsqueeze",
"Shape",
"Transpose",
"Constant",
"Conv",
"ConstantOfShape",
"ReduceMean",
"Gather",
"MatMul",
"Sqrt",
"Mul"
],
"weight_type": "QUInt8"
}
}
}