test0322skipfp / hf_quant_config.json
tpoisonooo's picture
Upload folder using huggingface_hub
0205f51 verified
raw
history blame contribute delete
330 Bytes
{
"producer": {
"name": "modelopt",
"version": "0.42.0"
},
"quantization": {
"quant_algo": "NVFP4",
"kv_cache_quant_algo": null,
"group_size": 16,
"exclude_modules": [
"lm_head",
"model.layers.0*",
"model.layers.31*"
]
}
}