Qwen3-8B-MXFP8-AR / quantization_config.json
INC4AI's picture
Upload folder using huggingface_hub
8403c04 verified
Raw
History Blame Contribute Delete
405 Bytes
{
"bits": 8,
"act_bits": 8,
"data_type": "mx_fp",
"act_data_type": "mx_fp",
"group_size": 32,
"act_group_size": 32,
"sym": true,
"act_sym": true,
"act_dynamic": true,
"enable_quanted_input": false,
"low_gpu_mem_usage": true,
"autoround_version": "0.13.0",
"block_name_to_quantize": "model.layers",
"quant_method": "auto-round",
"packing_format": "auto_round:llm_compressor"
}