opt-125m-4bit-gptq / quantize_config.json
seonglae's picture
AutoGPTQ model for facebook/opt-125m: 4bits, gr128, desc_act=False
759f2ad
raw
history blame
219 Bytes
{
"bits": 4,
"group_size": 128,
"damp_percent": 0.01,
"desc_act": false,
"sym": true,
"true_sequential": true,
"model_name_or_path": "opt-125m-4bit-gptq",
"model_file_base_name": "gptq_model-4bit-128g"
}