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