siglip-base-patch16-512 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
0527a26 verified
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"text_model": {
"op_types": [
"Add",
"Concat",
"ReduceMean",
"Div",
"MatMul",
"Reshape",
"Sub",
"Cast",
"Shape",
"Gather",
"Mul",
"Unsqueeze",
"Sqrt",
"Constant",
"Tanh",
"Gemm",
"Transpose",
"Slice",
"Softmax",
"Pow"
],
"weight_type": "QInt8"
},
"vision_model": {
"op_types": [
"Add",
"Concat",
"ReduceMean",
"Div",
"Tile",
"MatMul",
"ConstantOfShape",
"Reshape",
"Sub",
"Mod",
"Cast",
"Shape",
"Gather",
"Mul",
"Unsqueeze",
"Sqrt",
"Squeeze",
"Constant",
"Expand",
"Tanh",
"Gemm",
"Transpose",
"Slice",
"Softmax",
"Pow",
"Conv"
],
"weight_type": "QUInt8"
}
}
}