Meta-Llama-3.1-70B-Smaller-GPTQ / quantize_config.json
shuyuej's picture
Upload folder using huggingface_hub
10372c8 verified
raw
history blame contribute delete
268 Bytes
{
"bits": 4,
"group_size": 1024,
"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"
}