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