DeepSeek-V2-Lite-gptq-4bit / quantize_config.json
lrl-modelcloud's picture
Upload folder using huggingface_hub (#1)
d17b776 verified
raw
history blame
No virus
340 Bytes
{
"bits": 4,
"group_size": 128,
"desc_act": true,
"static_groups": false,
"sym": true,
"lm_head": false,
"damp_percent": 0.01,
"true_sequential": true,
"model_name_or_path": "",
"model_file_base_name": "model",
"quant_method": "gptq",
"checkpoint_format": "gptq",
"meta": {
"quantizer": "gptqmodel:0.9.3"
}
}