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