pythia-31m / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
9d55a1b
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model": {
"op_types": [
"Add",
"Sqrt",
"Cast",
"Constant",
"ReduceMean",
"Squeeze",
"Transpose",
"Where",
"Unsqueeze",
"Concat",
"Expand",
"Sub",
"Reshape",
"Softmax",
"Pow",
"Neg",
"Div",
"Tile",
"Gather",
"Erf",
"Shape",
"Mul",
"Range",
"ConstantOfShape",
"MatMul",
"Slice",
"GatherElements"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Add",
"Sqrt",
"Cast",
"Constant",
"ReduceMean",
"Squeeze",
"Transpose",
"Where",
"Unsqueeze",
"If",
"Concat",
"Expand",
"Sub",
"Reshape",
"Softmax",
"Pow",
"Neg",
"Div",
"Tile",
"Gather",
"Erf",
"Shape",
"Mul",
"Range",
"ConstantOfShape",
"MatMul",
"Slice",
"GatherElements"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Add",
"Sqrt",
"Cast",
"Constant",
"ReduceMean",
"Squeeze",
"Transpose",
"Where",
"Unsqueeze",
"Concat",
"Expand",
"Sub",
"Reshape",
"Softmax",
"Pow",
"Neg",
"Div",
"Tile",
"Gather",
"Erf",
"Shape",
"Mul",
"Range",
"ConstantOfShape",
"MatMul",
"Slice",
"GatherElements"
],
"weight_type": "QInt8"
}
}
}