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