Qwen2.5-0.5B-4bit-PerTensor / quantize_config.json
smpanaro's picture
Upload folder using huggingface_hub
1a5aa2e verified
{
"bits": 4,
"group_size": 128,
"desc_act": true,
"sym": true,
"lm_head": false,
"quant_method": "ganq",
"checkpoint_format": "fake",
"pack_dtype": "int32",
"meta": {
"quantizer": [
"gptqmodel:3.1.0-dev"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.01,
"damp_auto_increment": 0.0025,
"static_groups": false,
"true_sequential": true,
"mse": 0.0,
"v2": false,
"v2_alpha": 0.25
}
}