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