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