File size: 373 Bytes
fe9ea57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "producer": {
    "name": "quantization-tool",
    "version": "1.0"
  },
  "quantization": {
    "quant_algo": "NVFP4",
    "kv_cache_quant_algo": null,
    "group_size": 16,
    "exclude_modules": [
      "lm_head",
      "model.embed_tokens",
      "vision_tower*",
      "multi_modal_projector*",
      "patch_merge_mlp*",
      "*block_sparse_moe.gate"
    ]
  }
}