glm-4.7-fp4-fp4kv / hf_quant_config.json
baseten-admin's picture
Update hf_quant_config.json
7f2cc8d verified
{
"producer": {
"name": "modelopt",
"version": "0.40.0"
},
"quantization": {
"quant_algo": "NVFP4",
"kv_cache_quant_algo": "NVFP4",
"group_size": 16,
"exclude_modules": [
"lm_head",
"model.layers.92*"
]
}
}