Qwen3.6-27B-MXFP4-HMT-AutoRound / quantization_config.json
lvkaokao's picture
Upload folder using huggingface_hub
a82bcb2 verified
Raw
History Blame Contribute Delete
562 Bytes
{
"bits": 4,
"act_bits": 4,
"data_type": "mx_fp",
"act_data_type": "mx_fp",
"group_size": 32,
"act_group_size": 32,
"sym": true,
"act_sym": true,
"act_dynamic": true,
"autoround_version": "0.15.0",
"block_name_to_quantize": "model.language_model.layers",
"quant_method": "auto-round",
"packing_format": "auto_round:llm_compressor",
"rotation_config": {
"algorithm": "hadamard",
"backend": "auto",
"block_size": 32,
"hadamard_type": "hadamard",
"fuse_online_to_weight": null,
"allow_online_rotation": true
}
}