owlvit-base-patch32 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
45ef6d2
raw
history blame
1.17 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Where",
"Expand",
"Pow",
"Range",
"Log",
"Reciprocal",
"ConstantOfShape",
"Squeeze",
"Add",
"Reshape",
"Sqrt",
"MatMul",
"ReduceSum",
"Einsum",
"Slice",
"Gather",
"Div",
"Cast",
"Transpose",
"Sigmoid",
"Elu",
"Greater",
"Flatten",
"Unsqueeze",
"Less",
"Shape",
"ArgMax",
"Constant",
"ReduceMean",
"Mul",
"Equal",
"Softmax",
"Erf",
"Neg",
"Abs",
"Concat",
"Conv",
"Sub"
],
"weight_type": "QUInt8"
}
}
}