Llama-3.3-70B-Instruct-GPTQ / quantize_config.json
shuyuej's picture
Upload folder using huggingface_hub
f9adbd7 verified
raw
history blame contribute delete
409 Bytes
{
"bits": 4,
"dynamic": null,
"group_size": 128,
"desc_act": true,
"sym": true,
"lm_head": false,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"meta": {
"quantizer": [
"gptqmodel:1.4.0-dev"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.01,
"damp_auto_increment": 0.0015,
"static_groups": false,
"true_sequential": true
}
}