File size: 516 Bytes
df35b40
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
sparsity_stage:
  sparsity_modifiers:
    SparseGPTModifier: {sparsity: 0.5, mask_structure: '2:4', sequential_update: false}
  run_type: &id001 !!python/object/apply:sparseml.core.recipe.stage.StageRunType [oneshot]
quantization_stage:
  quantization_modifiers:
    GPTQModifier:
      sequential_update: false
      ignore: [lm_head]
      config_groups:
        group_0:
          weights: {num_bits: 4, type: int, symmetric: true, strategy: group, group_size: 128}
          targets: [Linear]
  run_type: *id001