clip-vit-large-patch14-336 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
0346026
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"vision_model": {
"op_types": [
"Transpose",
"Softmax",
"Slice",
"Sigmoid",
"Equal",
"Sqrt",
"Reshape",
"ConstantOfShape",
"Cast",
"Pow",
"Expand",
"Where",
"Concat",
"ReduceMean",
"Add",
"Gather",
"Constant",
"Mul",
"Shape",
"Conv",
"Sub",
"MatMul",
"Unsqueeze",
"Div"
],
"weight_type": "QUInt8"
},
"text_model": {
"op_types": [
"Transpose",
"Softmax",
"Slice",
"Sigmoid",
"Flatten",
"Equal",
"Sqrt",
"Reshape",
"ConstantOfShape",
"ArgMax",
"Cast",
"Pow",
"Expand",
"Squeeze",
"Unsqueeze",
"Where",
"Concat",
"ReduceMean",
"Add",
"Gather",
"Constant",
"Range",
"Mul",
"Shape",
"Sub",
"MatMul",
"Less",
"Div"
],
"weight_type": "QInt8"
}
}
}