QwQ-32B-gptqmodel-4bit-vortex-v1 / quantize_config.json
lrl-modelcloud's picture
Upload folder using huggingface_hub
6b18c3c verified
raw
history blame
410 Bytes
{
"bits": 4,
"group_size": 32,
"desc_act": true,
"sym": true,
"lm_head": false,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"pack_dtype": "int32",
"meta": {
"quantizer": [
"gptqmodel:2.0.0"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.1,
"damp_auto_increment": 0.0025,
"static_groups": false,
"true_sequential": true,
}
}