clipseg-rd16 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
2c94010
raw
history blame
No virus
1.1 kB
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Less",
"Slice",
"MatMul",
"Shape",
"ConvTranspose",
"Gemm",
"Equal",
"Where",
"Sub",
"Transpose",
"Unsqueeze",
"Relu",
"Cast",
"ArgMax",
"Resize",
"Div",
"Mul",
"Constant",
"Concat",
"Conv",
"Expand",
"Squeeze",
"Add",
"Pow",
"Reshape",
"Gather",
"Range",
"ConstantOfShape",
"ReduceMean",
"Identity",
"Softmax",
"Sigmoid",
"Flatten",
"Sqrt",
"If"
],
"weight_type": "QUInt8"
}
}
}