texify2 / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
b882ff9 verified
raw
history blame contribute delete
No virus
3.26 kB
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"encoder_model": {
"op_types": [
"Range",
"Concat",
"Expand",
"Constant",
"Not",
"Sub",
"Transpose",
"Mul",
"ConstantOfShape",
"Erf",
"Add",
"Cast",
"MatMul",
"Slice",
"Pad",
"Conv",
"Pow",
"Unsqueeze",
"Div",
"ReduceMean",
"Mod",
"Where",
"Gather",
"Softmax",
"ScatterND",
"Reshape",
"Equal",
"Sqrt",
"Shape"
],
"weight_type": "QUInt8"
},
"decoder_model": {
"op_types": [
"Range",
"Concat",
"Expand",
"Constant",
"Sub",
"Transpose",
"Mul",
"ConstantOfShape",
"Erf",
"Add",
"Cast",
"MatMul",
"Slice",
"Less",
"Pow",
"Unsqueeze",
"Div",
"Squeeze",
"ReduceMean",
"Where",
"Gather",
"Softmax",
"Reshape",
"Equal",
"Sqrt",
"Shape"
],
"weight_type": "QInt8"
},
"decoder_with_past_model": {
"op_types": [
"Range",
"Concat",
"Expand",
"Constant",
"Sub",
"Transpose",
"Mul",
"ConstantOfShape",
"Erf",
"Add",
"Cast",
"MatMul",
"Pow",
"Unsqueeze",
"Div",
"ReduceMean",
"Where",
"Gather",
"Softmax",
"Reshape",
"Equal",
"Sqrt",
"Shape"
],
"weight_type": "QInt8"
},
"decoder_model_merged": {
"op_types": [
"Range",
"Concat",
"Expand",
"Constant",
"Sub",
"Transpose",
"Mul",
"ConstantOfShape",
"Erf",
"Add",
"Cast",
"MatMul",
"Slice",
"Less",
"If",
"Pow",
"Unsqueeze",
"Div",
"Squeeze",
"ReduceMean",
"Where",
"Gather",
"Softmax",
"Reshape",
"Equal",
"Sqrt",
"Shape"
],
"weight_type": "QInt8"
}
}
}