Qwen3-8B-FP8 / hf_quant_config.json
sychen52's picture
Initial commit
2cebc4c
raw
history blame contribute delete
240 Bytes
{
"producer": {
"name": "modelopt",
"version": "0.35.0"
},
"quantization": {
"quant_algo": "FP8",
"kv_cache_quant_algo": "FP8",
"exclude_modules": [
"lm_head"
]
}
}