Qwen2.5-1.5B-Instruct-NVFP4 / hf_quant_config.json
PassingByPixels's picture
Upload folder using huggingface_hub
152ee5d verified
Raw
History Blame Contribute Delete
302 Bytes
{
"producer": {
"name": "modelopt",
"version": "0.45.0"
},
"quantization": {
"quant_algo": "NVFP4",
"kv_cache_quant_algo": "FP8",
"group_size": 16,
"exclude_modules": [
"lm_head",
"model.embed_tokens"
]
}
}