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