Llama-3.3-70B-Instruct-FP4 / hf_quant_config.json
zhiyucheng's picture
Initial commit
ee4a990
raw
history blame
269 Bytes
{
"producer": {
"name": "modelopt",
"version": "0.23.0"
},
"quantization": {
"quant_algo": "NVFP4",
"kv_cache_quant_algo": "FP8",
"group_size": 16,
"exclude_modules": [
"lm_head"
]
}
}