glm-4-9b-gptq-4bit / quantize_config.json
Qubitium's picture
Upload folder using huggingface_hub (#1)
9187535 verified
raw
history blame contribute delete
349 Bytes
{
"bits": 4,
"group_size": 128,
"damp_percent": 0.005,
"desc_act": false,
"static_groups": false,
"sym": true,
"true_sequential": true,
"lm_head": false,
"model_name_or_path": null,
"model_file_base_name": "model",
"quant_method": "gptq",
"checkpoint_format": "gptq",
"meta": {
"quantizer": "autogptq:0.8.0.dev1"
}
}