File size: 367 Bytes
6d3b9ca |
1 2 3 4 5 6 7 8 9 10 11 |
quant_stage:
quant_modifiers:
SmoothQuantModifier: {smoothing_strength: 0.8}
QuantizationModifier:
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]
|