nougat-small / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
7ad3337
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model_merged": {
"op_types": [
"Softmax",
"Shape",
"Squeeze",
"ConstantOfShape",
"Mul",
"Slice",
"Sub",
"Reshape",
"Gather",
"Equal",
"MatMul",
"Cast",
"Unsqueeze",
"Pow",
"Sqrt",
"Constant",
"Less",
"Concat",
"Where",
"Add",
"If",
"Div",
"Transpose",
"ReduceMean",
"Erf",
"Expand",
"Range"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Softmax",
"Shape",
"ConstantOfShape",
"Mul",
"Sub",
"Reshape",
"Gather",
"Equal",
"MatMul",
"Cast",
"Unsqueeze",
"Pow",
"Sqrt",
"Constant",
"Concat",
"Where",
"Add",
"Transpose",
"Div",
"ReduceMean",
"Erf",
"Expand",
"Range"
],
"weight_type": "QInt8"
},
"encoder_model": {
"op_types": [
"Softmax",
"Shape",
"ConstantOfShape",
"Pad",
"Mul",
"Slice",
"Sub",
"Reshape",
"Not",
"Gather",
"Equal",
"ScatterND",
"MatMul",
"Cast",
"Unsqueeze",
"Pow",
"Sqrt",
"Constant",
"Concat",
"Where",
"Add",
"Transpose",
"Div",
"ReduceMean",
"Erf",
"Expand",
"Conv",
"Range",
"Mod"
],
"weight_type": "QUInt8"
},
"decoder_model": {
"op_types": [
"Softmax",
"Shape",
"Squeeze",
"ConstantOfShape",
"Mul",
"Slice",
"Sub",
"Reshape",
"Gather",
"Equal",
"MatMul",
"Cast",
"Unsqueeze",
"Pow",
"Sqrt",
"Constant",
"Less",
"Concat",
"Where",
"Add",
"Transpose",
"Div",
"ReduceMean",
"Erf",
"Expand",
"Range"
],
"weight_type": "QInt8"
}
}
}