siglip-large-patch16-384 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
ee0aabe verified
raw
history blame contribute delete
No virus
1.49 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"text_model": {
"op_types": [
"Unsqueeze",
"Softmax",
"Shape",
"Tanh",
"Pow",
"Sub",
"Transpose",
"Gemm",
"Add",
"Concat",
"Constant",
"ReduceMean",
"Slice",
"MatMul",
"Mul",
"Gather",
"Div",
"Cast",
"Sqrt",
"Reshape"
],
"weight_type": "QInt8"
},
"vision_model": {
"op_types": [
"Conv",
"Unsqueeze",
"Softmax",
"Shape",
"Tanh",
"Pow",
"Sub",
"Expand",
"ConstantOfShape",
"Transpose",
"Mod",
"Tile",
"Gemm",
"Add",
"Concat",
"Constant",
"ReduceMean",
"Slice",
"Squeeze",
"MatMul",
"Mul",
"Gather",
"Div",
"Cast",
"Sqrt",
"Reshape"
],
"weight_type": "QUInt8"
}
}
}