Qwen3.8-Flash-Next-NVFP4 / hf_quant_config.json
justintong
Qwen3.8-Flash-Next-NVFP4: NVFP4 routed experts + FP8 PLE (135GB)
7b71922
Raw
History Blame Contribute Delete
504 Bytes
{
"producer": {
"name": "modelopt",
"version": "0.46.0"
},
"quantization": {
"exclude_modules": [
"model.embed_tokens",
"mtp.*",
"model.mtp.*",
"*.self_attn.*",
"*.linear_attn.*",
"*.mlp.gate*",
"*.mlp.shared_expert.*",
"*.mlp.shared_expert_gate*",
"*hyper_connection*",
"*.ple.*",
"model.visual.*",
"model.language_model.embed_tokens",
"lm_head"
],
"group_size": 16,
"quant_algo": "NVFP4"
}
}