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