File size: 463 Bytes
f65b49b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"producer": {
"name": "modelopt",
"version": "0.45.0.dev127+ga3a02ca5b.d20260608"
},
"quantization": {
"quant_algo": "NVFP4",
"kv_cache_quant_algo": "FP8",
"group_size": 16,
"exclude_modules": [
"lm_head",
"*embed_vision*",
"*mlp*",
"*router*",
"*self_attn*",
"*self_conditioning*",
"*vision_tower*"
]
}
} |