File size: 271 Bytes
24e8257 |
1 2 3 4 5 6 7 8 9 10 |
quant_stage:
quant_modifiers:
QuantizationModifier:
ignore: [lm_head]
config_groups:
fp8_linear:
input_activations: {num_bits: 8, type: float, strategy: channel, dynamic: false,
symmetric: true}
targets: [Linear]
|