Llama-3.3-70B-Instruct-FP8 / hf_quant_config.json
zhiyucheng's picture
add ckpt and artifacts
3f261e8
raw
history blame
240 Bytes
{
"producer": {
"name": "modelopt",
"version": "0.27.1"
},
"quantization": {
"quant_algo": "FP8",
"kv_cache_quant_algo": "FP8",
"exclude_modules": [
"lm_head"
]
}
}