SeaLLM-7B-v2.5-4bit / quantize_config.json
tminh's picture
AutoGPTQ model for SeaLLMs/SeaLLM-7B-v2.5: 4bits, gr128, desc_act=False
1cb3654 verified
raw
history blame contribute delete
303 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": "SeaLLM-7B-v2.5-4bit",
"model_file_base_name": "gptq_model-4bit-128g",
"quant_method": "gptq",
"checkpoint_format": "gptq"
}