Opt-125-GPTQ-4bit-10-25-2024 / quantize_config.json
cl-modelcloud's picture
Upload folder using huggingface_hub (#1)
6bb1d3e verified
raw
history blame contribute delete
451 Bytes
{
"bits": 4,
"dynamic": null,
"group_size": 128,
"desc_act": false,
"static_groups": false,
"sym": true,
"lm_head": false,
"damp_percent": 0.005,
"damp_auto_increment": 0.0015,
"true_sequential": true,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"meta": {
"quantizer": "gptqmodel:1.1.0-dev",
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.005,
"damp_auto_increment": 0.0015
}
}