Llama-3-8B-Instruct-GPTQ-4bit / quantize_config.json
amirm's picture
Upload folder using huggingface_hub
4c14ce7 verified
{
"bits": 4,
"group_size": 128,
"damp_percent": 0.01,
"desc_act": true,
"static_groups": false,
"sym": true,
"true_sequential": true,
"model_name_or_path": null,
"model_file_base_name": "model",
"quant_method": "gptq",
"checkpoint_format": "gptq"
}