LLaDA-8B-Instruct-gptqmodel-4bit / quantize_config.json
chentianqi's picture
Add files using upload-large-folder tool
d5b0d72 verified
{
"bits": 4,
"group_size": 128,
"desc_act": true,
"sym": false,
"lm_head": false,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"pack_dtype": "int32",
"meta": {
"quantizer": [
"gptqmodel:2.0.0-dev"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.01,
"damp_auto_increment": 0.0025,
"static_groups": false,
"true_sequential": true,
"mse": 0.0
}
}