File size: 523 Bytes
16e1ffd
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
quant_stage:
  quant_modifiers:
    QuantizationModifier:
      ignore: ['re:.*lm_head', 're:vision_tower.*', 're:multi_modal_projector.*']
      config_groups:
        group_0:
          weights: {num_bits: 8, type: float, strategy: tensor, dynamic: false, symmetric: true}
          input_activations: {num_bits: 8, type: float, strategy: tensor, dynamic: false,
            symmetric: true}
          targets: [Linear]
      kv_cache_scheme: {num_bits: 8, type: float, strategy: tensor, dynamic: false, symmetric: true}