Meta-Llama-3-8B-Instruct-GPTQ-8b / quantize_config.json
markoarnauto's picture
GPTQ commit model & tokenizer
fd229be verified
raw
history blame contribute delete
No virus
267 Bytes
{
"bits": 8,
"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": null,
"quant_method": "gptq",
"checkpoint_format": "gptq"
}