Minimax-M3-v0-NVFP4 / hf_quant_config.json
dbotwinick's picture
Add files using upload-large-folder tool
fe9ea57 verified
Raw
History Blame Contribute Delete
373 Bytes
{
"producer": {
"name": "quantization-tool",
"version": "1.0"
},
"quantization": {
"quant_algo": "NVFP4",
"kv_cache_quant_algo": null,
"group_size": 16,
"exclude_modules": [
"lm_head",
"model.embed_tokens",
"vision_tower*",
"multi_modal_projector*",
"patch_merge_mlp*",
"*block_sparse_moe.gate"
]
}
}