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