11 lines
364 B
YAML
11 lines
364 B
YAML
|
|
quant_stage:
|
||
|
|
quant_modifiers:
|
||
|
|
QuantizationModifier:
|
||
|
|
ignore: [lm_head]
|
||
|
|
config_groups:
|
||
|
|
group_0:
|
||
|
|
weights: {num_bits: 8, type: float, strategy: tensor, dynamic: false, symmetric: true}
|
||
|
|
input_activations: {num_bits: 8, type: float, strategy: tensor, dynamic: false,
|
||
|
|
symmetric: true}
|
||
|
|
targets: [Linear]
|