File size: 352 Bytes
87d9d72
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
quant_stage:
  quant_modifiers:
    GPTQModifier:
      ignore: [lm_head]
      sequential_targets: [Qwen3DecoderLayer]
      dampening_frac: 0.01
      config_groups:
        group0:
          targets: [Linear]
          weights: {num_bits: 4, type: int, strategy: group, group_size: 64, symmetric: false,
            actorder: weight, observer: mse}