bloom-560m / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
86ac47c
raw
history blame
No virus
2.58 kB
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"decoder_model": {
"op_types": [
"ScatterND",
"ReduceMean",
"Transpose",
"Expand",
"CumSum",
"Softmax",
"Gather",
"Reshape",
"Tanh",
"Unsqueeze",
"Cast",
"Pow",
"Equal",
"Concat",
"Constant",
"Slice",
"Sub",
"Range",
"Sqrt",
"Not",
"Mul",
"Div",
"Less",
"Or",
"MatMul",
"Shape",
"Add",
"Where",
"ConstantOfShape"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"ScatterND",
"ReduceMean",
"Transpose",
"Expand",
"CumSum",
"Softmax",
"Gather",
"Reshape",
"Tanh",
"Unsqueeze",
"Cast",
"Pow",
"Equal",
"Concat",
"Constant",
"Slice",
"Sub",
"Range",
"Sqrt",
"Not",
"Mul",
"If",
"Div",
"Less",
"Or",
"MatMul",
"Shape",
"Add",
"Where",
"ConstantOfShape"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"ReduceMean",
"Transpose",
"Expand",
"CumSum",
"Softmax",
"Gather",
"Reshape",
"Tanh",
"Unsqueeze",
"Cast",
"Pow",
"Equal",
"Concat",
"Constant",
"Sub",
"Sqrt",
"Not",
"Mul",
"Div",
"MatMul",
"Shape",
"Add",
"Where",
"ConstantOfShape"
],
"weight_type": "QInt8"
}
}
}