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