tiny-random-falcon-7b / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
79978a2
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"MatMul",
"Constant",
"ConstantOfShape",
"ReduceMean",
"Erf",
"Shape",
"Equal",
"Cast",
"Not",
"Sub",
"Sqrt",
"Concat",
"Squeeze",
"Gather",
"Reshape",
"Mul",
"Transpose",
"Softmax",
"Range",
"ScatterND",
"Sin",
"Identity",
"Or",
"Less",
"Einsum",
"Slice",
"Unsqueeze",
"Div",
"Cos",
"Expand",
"Neg",
"Add",
"Pow",
"Tile",
"Where"
],
"weight_type": "QInt8"
}
}
}