chinese-clip-vit-base-patch16 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
bba8c8c
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Constant",
"ReduceMean",
"Reshape",
"Sub",
"Abs",
"MatMul",
"Sqrt",
"Slice",
"Where",
"Cast",
"Div",
"Concat",
"Shape",
"Softmax",
"Equal",
"Erf",
"Transpose",
"ReduceSum",
"Unsqueeze",
"Mul",
"Exp",
"Conv",
"Gather",
"Add",
"Pow",
"Expand",
"Sigmoid",
"ConstantOfShape"
],
"weight_type": "QUInt8"
}
}
}