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