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