Qwen3.6-27B-GPTQ-Int4 / quantize_config.json
palmfuture's picture
Initial release: GPTQ Int4 uniform g32 + MTP
bfc56ac verified
Raw
History Blame Contribute Delete
1.81 kB
{
"bits": 4,
"dynamic": {
"-:.*\\.linear_attn\\.A_log$": {},
"-:.*\\.linear_attn\\.conv1d$": {},
"-:.*\\.linear_attn\\.dt_bias$": {},
"-:.*\\.linear_attn\\.in_proj_b$": {},
"-:.*\\.linear_attn\\.in_proj_a$": {},
"-:.*\\.linear_attn\\.in_proj_ba$": {},
"-:.*\\.linear_attn\\.norm$": {},
"-:.*\\.self_attn\\.q_norm$": {},
"-:.*\\.self_attn\\.k_norm$": {},
"-:.*\\.input_layernorm$": {},
"-:.*\\.post_attention_layernorm$": {},
"-:.*\\.mlp\\.gate$": {},
"-:.*\\.mlp\\.shared_expert_gate$": {},
"-:.*\\.mtp\\..*": {},
"-:.*\\.visual\\..*": {},
"lm_head": {},
"model.language_model.embed_tokens": {}
},
"group_size": 32,
"desc_act": false,
"lm_head": false,
"method": "gptq",
"quant_method": "gptq",
"format": "gptq",
"checkpoint_format": "gptq",
"pack_dtype": "int32",
"meta": {
"quantizer": [
"gptqmodel:7.0.0"
],
"uri": "https://github.com/modelcloud/gptqmodel",
"damp_percent": 0.05,
"damp_auto_increment": 0.01,
"static_groups": false,
"true_sequential": true,
"mse": 0.0,
"gptaq": null,
"foem": null,
"act_group_aware": true,
"fallback": {
"strategy": "rtn",
"threshold": "0.5%",
"smooth": null
},
"offload_to_disk": true,
"offload_to_disk_path": "/tmp/gptqmodel_ubf70jzb",
"pack_impl": "cpu",
"gc_mode": "interval",
"wait_for_submodule_finalizers": false,
"auto_forward_data_parallel": true,
"dense_vram_strategy": "exclusive",
"dense_vram_strategy_devices": null,
"moe_vram_strategy": "exclusive",
"moe_vram_strategy_devices": null,
"mock_quantization": false,
"hessian": {
"chunk_size": null,
"chunk_bytes": null,
"staging_dtype": "float32"
}
},
"sym": true
}