Qwen3-4B-Instruct-2507-FP8 / hf_quant_config.json
ramblingpolymath's picture
Upload folder using huggingface_hub
f170b72 verified
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"
]
}
}