File size: 335 Bytes
0afbcde 34b3d24 0afbcde |
1 2 3 4 5 6 7 8 9 10 11 |
quant_stage:
quant_modifiers:
GPTQModifier:
sequential_update: false
ignore: [lm_head]
config_groups:
group_0:
weights: {num_bits: 8, type: int, symmetric: true}
input_activations: {num_bits: 8, type: int, dynamic: true, symmetric: true, strategy: token}
targets: [Linear]
|