Meta-Llama-3.1-8B-Instruct-gptq-4bit / quantize_config.json
lrl-modelcloud's picture
4a8c179c17c546ce966e8010e3ba2e4d4fcb67577532ad38ff78e71be164532f
ee5819f verified
raw
history blame
340 Bytes
{
"bits": 4,
"group_size": 128,
"desc_act": true,
"static_groups": false,
"sym": true,
"lm_head": false,
"damp_percent": 0.01,
"true_sequential": true,
"model_name_or_path": "",
"model_file_base_name": "",
"quant_method": "gptq",
"checkpoint_format": "gptq",
"meta": {
"quantizer": "gptqmodel:0.9.9-dev0"
}
}