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