deepseek-coder-1.3b-base / quantize_config.json
Xenova's picture
Xenova HF staff
Upload folder using huggingface_hub
5445267 verified
{
"per_channel": false,
"reduce_range": false,
"per_model_config": {
"model": {
"op_types": [
"Expand",
"Add",
"Sub",
"Reshape",
"Range",
"Sigmoid",
"Equal",
"Unsqueeze",
"Neg",
"ReduceMean",
"Shape",
"MatMul",
"Mul",
"Gather",
"Squeeze",
"Sqrt",
"Less",
"Cast",
"Constant",
"Pow",
"Div",
"Where",
"Transpose",
"Softmax",
"ConstantOfShape",
"Slice",
"Concat"
],
"weight_type": "QInt8"
}
}
}