MiniMax-M2.5-NVFP4 / hf_quant_config.json
AH22-neb's picture
Add files using upload-large-folder tool
9e56442 verified
raw
history blame contribute delete
350 Bytes
{
"producer": {
"name": "modelopt",
"version": "0.42.0"
},
"quantization": {
"quant_algo": "NVFP4",
"group_size": 16,
"kv_cache_quant_algo": "FP8",
"exclude_modules": [
"*.block_sparse_moe.gate",
"lm_head",
"embed_tokens",
"norm",
"mtp_modules",
"e_score_correction_bias"
]
}
}