llama3-8b-unsloth-sft-gptq-8bit-v2 / quantize_config.json
spycoder's picture
AutoGPTQ model for acl-srw-2024/llama3-8b-unsloth-sft: 8bits, gr128, desc_act=False
a27caf3 verified
raw
history blame contribute delete
268 Bytes
{
"bits": 8,
"group_size": 128,
"damp_percent": 0.01,
"desc_act": false,
"static_groups": false,
"sym": true,
"true_sequential": true,
"model_name_or_path": null,
"model_file_base_name": null,
"quant_method": "gptq",
"checkpoint_format": "gptq"
}