File size: 543 Bytes
5bddd8e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
{
"bits": 4,
"group_size": 128,
"desc_act": false,
"sym": true,
"lm_head": false,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"pack_dtype": "int32",
"meta": {
"quantizer": [
"gptqmodel:5.6.12"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.05,
"damp_auto_increment": 0.01,
"static_groups": false,
"true_sequential": true,
"mse": 0.0,
"gptaq": false,
"gptaq_alpha": 0.25,
"act_group_aware": true
},
"pack_impl": "cpu",
"format": "gptq"
} |