File size: 432 Bytes
ad4a83e
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
quant_stage:
  quant_modifiers:
    QuantizationModifier:
      ignore: [lm_head]
      sequential_targets: [Qwen3DecoderLayer]
      config_groups:
        group0:
          targets: [Linear]
          weights: {num_bits: 8, type: float, symmetric: true, strategy: channel, observer: minmax}
          input_activations: {num_bits: 8, type: float, symmetric: true, strategy: token,
            dynamic: true, observer: memoryless}