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