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