File size: 265 Bytes
7ccf05c
 
8bd4c1d
 
7ccf05c
 
 
 
 
1
2
3
4
5
6
7
8
9
10
quant_stage:
  quant_modifiers:
    GPTQModifier:
      ignore: [lm_head]
      config_groups:
        group_0:
          weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 128,
            actorder: weight}
          targets: [Linear]