stablelm-2-1_6b / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
8f724ed verified
raw history blame
No virus
918 Bytes
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Cast",
"Identity",
"Range",
"Transpose",
"Div",
"Sub",
"ReduceMean",
"Equal",
"Expand",
"Pow",
"Squeeze",
"ConstantOfShape",
"Sigmoid",
"Concat",
"MatMul",
"Softmax",
"Reshape",
"Where",
"Constant",
"Add",
"Neg",
"Unsqueeze",
"Shape",
"Slice",
"Less",
"Mul",
"Gather",
"Sqrt"
],
"weight_type": "QInt8"
}
}
}