File size: 312 Bytes
73ebc9b
 
 
 
 
 
 
 
f5bce8e
1
2
3
4
5
6
7
8
9
10
test_stage:
  quant_modifiers:
    vLLMQuantizationModifier:
      ignore: [lm_head]
      config_groups:
        group_0:
          weights: {num_bits: 4, type: int, symmetric: true, strategy: channel}
          targets: [Linear]
    SparseGPTModifier: {sparsity: 0.0, quantize: true, sequential_update: false}