vitmatte-small-distinctions-646 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
da37933
raw
history blame contribute delete
988 Bytes
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Constant",
"Gather",
"ReduceMean",
"Slice",
"Erf",
"Relu",
"Div",
"Transpose",
"Range",
"Identity",
"Softmax",
"ConstantOfShape",
"MatMul",
"Einsum",
"Pad",
"Squeeze",
"Sigmoid",
"Shape",
"Conv",
"Concat",
"Split",
"Mul",
"Mod",
"Add",
"Resize",
"Unsqueeze",
"Pow",
"Sqrt",
"Reshape",
"Cast",
"Sub"
],
"weight_type": "QUInt8"
}
}
}