mms-1b-l1107 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
40c046e
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Slice",
"Div",
"Unsqueeze",
"Gather",
"MatMul",
"Relu",
"Shape",
"Erf",
"Softmax",
"Transpose",
"ReduceMean",
"Add",
"Mul",
"Pow",
"Sub",
"Sqrt",
"Concat",
"Reshape",
"Conv",
"Constant"
],
"weight_type": "QUInt8"
}
}
}