File size: 340 Bytes
0a55163
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
quant_stage:
  quant_modifiers:
    GPTQModifier:
      sequential_update: false
      ignore: [lm_head]
      config_groups:
        group_0:
          weights: {num_bits: 8, type: int, symmetric: true, strategy: channel}
          input_activations: {num_bits: 8, type: int, symmetric: true, strategy: tensor}
          targets: [Linear]