qwen3vl_counting_nvfp4 / hf_quant_config.json
nemabruh404's picture
Upload folder using huggingface_hub
ab562ac verified
Raw
History Blame Contribute Delete
346 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.language_model.embed_tokens",
"model.visual*"
]
}
}