llama-3.2-1b-4bit-128g / quantize_config.json
TinyLamda's picture
AutoGPTQ model for meta-llama/Llama-3.2-1B: 4bits, gr128, desc_act=False
8dc579c verified
raw
history blame contribute delete
306 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": "llama-3.2-1b-4bit-128g",
"model_file_base_name": "gptq_model-4bit-128g",
"quant_method": "gptq",
"checkpoint_format": "gptq"
}