codegen-350M-multi / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
be39539
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model": {
"op_types": [
"MatMul",
"Tanh",
"Unsqueeze",
"Range",
"Add",
"Sqrt",
"Slice",
"Split",
"Sub",
"Where",
"Transpose",
"ReduceMean",
"Softmax",
"Shape",
"Mul",
"Equal",
"Reshape",
"Squeeze",
"Concat",
"Pow",
"Constant",
"ConstantOfShape",
"Expand",
"Cast",
"Gather",
"Div",
"Neg"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"MatMul",
"Tanh",
"Unsqueeze",
"Range",
"Add",
"Sqrt",
"Slice",
"Split",
"Sub",
"Where",
"Transpose",
"ReduceMean",
"Softmax",
"Shape",
"If",
"Mul",
"Equal",
"Reshape",
"Squeeze",
"Concat",
"Pow",
"Constant",
"ConstantOfShape",
"Expand",
"Cast",
"Gather",
"Div",
"Neg"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"MatMul",
"Tanh",
"Unsqueeze",
"Range",
"Add",
"Sqrt",
"Slice",
"Split",
"Sub",
"Where",
"Transpose",
"ReduceMean",
"Softmax",
"Shape",
"Mul",
"Equal",
"Reshape",
"Squeeze",
"Concat",
"Pow",
"Constant",
"ConstantOfShape",
"Expand",
"Cast",
"Gather",
"Div",
"Neg"
],
"weight_type": "QInt8"
}
}
}