Llama-3.1-405B-Instruct-FP8 / hf_quant_config.json
zhiyucheng's picture
update
539ac9a
raw
history blame contribute delete
241 Bytes
{
"producer": {
"name": "modelopt",
"version": "0.23.0"
},
"quantization": {
"quant_algo": "FP8",
"kv_cache_quant_algo": "FP8",
"exclude_modules": [
"lm_head"
]
}
}