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