slimsam-50-uniform / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
921866c
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"prompt_encoder_mask_decoder": {
"op_types": [
"Sub",
"Cos",
"Sqrt",
"Equal",
"Tile",
"Pow",
"OneHot",
"Not",
"Mul",
"ScatterND",
"Concat",
"MatMul",
"Softmax",
"ConvTranspose",
"ReduceMean",
"Neg",
"Sin",
"Constant",
"Gather",
"Slice",
"Erf",
"Shape",
"Unsqueeze",
"Cast",
"Transpose",
"Reshape",
"Add",
"Div",
"Where",
"Expand",
"ConstantOfShape",
"Range",
"Relu"
],
"weight_type": "QInt8"
},
"vision_encoder": {
"op_types": [
"Sub",
"Cos",
"Sqrt",
"Identity",
"Tile",
"Pow",
"Mul",
"Mod",
"Concat",
"MatMul",
"Softmax",
"Resize",
"ReduceMean",
"Sin",
"Constant",
"Pad",
"Gather",
"Squeeze",
"Slice",
"Erf",
"Shape",
"Unsqueeze",
"Cast",
"Einsum",
"Transpose",
"Add",
"Reshape",
"Div",
"Split",
"Expand",
"ConstantOfShape",
"Range",
"Conv"
],
"weight_type": "QUInt8"
}
}
}