long-t5-encodec-tglobal-base / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
1d09fce
{
"per_channel": true,
"reduce_range": true,
"per_model_config": {
"model": {
"op_types": [
"Add",
"MatMul",
"Gather",
"Less",
"Slice",
"Softmax",
"Pow",
"Expand",
"Unsqueeze",
"Tanh",
"Cast",
"GreaterOrEqual",
"Greater",
"Concat",
"ConstantOfShape",
"Einsum",
"Floor",
"Equal",
"Transpose",
"Not",
"Mul",
"Range",
"CumSum",
"ReduceMax",
"Mod",
"OneHot",
"Neg",
"Log",
"Where",
"Identity",
"Sub",
"LessOrEqual",
"Pad",
"Min",
"Sqrt",
"Tile",
"Constant",
"Shape",
"ReduceMean",
"ReduceSum",
"Reshape",
"And",
"Abs",
"Div"
],
"weight_type": "QInt8"
}
}
}