Qwen3-30B-A3B-gptq-8bit / quantize_config.json
btbtyler09's picture
Upload folder using huggingface_hub
6c3983d verified
raw
history blame contribute delete
469 Bytes
{
"bits": 8,
"group_size": 32,
"desc_act": false,
"sym": true,
"lm_head": false,
"quant_method": "gptq",
"checkpoint_format": "gptq",
"pack_dtype": "int32",
"meta": {
"quantizer": [
"gptqmodel:3.1.0-dev"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.1,
"damp_auto_increment": 0.0025,
"static_groups": false,
"true_sequential": true,
"mse": 0.0,
"v2": false,
"v2_alpha": 0.25
}
}