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