GRIN-MoE-gptq-4bit / quantize_config.json
lrl-modelcloud's picture
Upload folder using huggingface_hub (#1)
087a9bf verified
raw
history blame contribute delete
400 Bytes
{
"bits": 4,
"dynamic": null,
"group_size": 128,
"desc_act": false,
"static_groups": false,
"sym": true,
"lm_head": false,
"damp_percent": 0.0025,
"damp_auto_increment": 0.0015,
"true_sequential": true,
"model_name_or_path": "",
"model_file_base_name": "model",
"quant_method": "gptq",
"checkpoint_format": "gptq",
"meta": {
"quantizer": "gptqmodel:1.0.3-dev0"
}
}