File size: 310 Bytes
645c947
 
 
61ad7ac
645c947
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
DEFAULT_stage:
  DEFAULT_modifiers:
    SmoothQuantModifier: {smoothing_strength: 0.65}
    WandaPruningModifier: {sparsity: 0.5, mask_structure: '2:4', sequential_update: false}
    GPTQModifier:
      block_size: 64
      dampening_frac: 0.1
      scheme: W4A16
      targets: Linear
      ignore: [lm_head]