Llama-3.2-1B-Instruct-NVFP4 / hf_quant_config.json
tbhot3ww's picture
NVFP4 export (modelopt_fp4) for vLLM
5f585a2 verified
raw
history blame contribute delete
268 Bytes
{
"producer": {
"name": "modelopt",
"version": "0.35.0"
},
"quantization": {
"quant_algo": "NVFP4",
"kv_cache_quant_algo": "FP8",
"group_size": 16,
"exclude_modules": [
"lm_head"
]
}
}