Qwen2.5-3B-Instruct-2bit-no-act / quantize_config.json
3v324v23's picture
init
8545fab
raw
history blame contribute delete
422 Bytes
{
"bits": 2,
"dynamic": null,
"group_size": 128,
"desc_act": false,
"sym": true,
"lm_head": false,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"meta": {
"quantizer": [
"gptqmodel:1.5.1"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.01,
"damp_auto_increment": 0.0025,
"static_groups": false,
"true_sequential": true,
"mse": 0.0
}
}