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