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