gptq_model / quantize_config.json
Thomaschtl's picture
Upload quantize_config.json with huggingface_hub
fe54fcf verified
raw
history blame contribute delete
267 Bytes
{
"bits": 4,
"group_size": 256,
"damp_percent": 0.01,
"desc_act": true,
"static_groups": false,
"sym": true,
"true_sequential": true,
"model_name_or_path": null,
"model_file_base_name": null,
"quant_method": "gptq",
"checkpoint_format": "gptq"
}