Meta-Llama-3.1-8B-Text-to-SQL-GPTQ / quantize_config.json
ruslanmv's picture
Upload quantize_config.json with huggingface_hub
fcbd674 verified
raw
history blame contribute delete
266 Bytes
{
"bits": 4,
"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,
"is_marlin_format": false,
"quant_method": "gptq"
}