File size: 400 Bytes
7a68152
b52b907
 
7a68152
b52b907
 
 
a8e06b9
b52b907
a8e06b9
1
2
3
4
5
6
7
8
9
10
11
test_stage:
  quant_modifiers:
    vLLMQuantizationModifier:
      ignore: [lm_head]
      config_groups:
        group_0:
          weights: {num_bits: 8, type: int, symmetric: true, strategy: tensor}
          input_activations: {num_bits: 8, type: int, symmetric: true, strategy: tensor}
          targets: [Linear]
    SparseGPTModifier: {sparsity: 0.0, quantize: true, sequential_update: false}