File size: 512 Bytes
c66a61b |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
quant_stage:
quant_modifiers:
GPTQModifier:
dampening_frac: 0.05
ignore: ['re:.*lm_head.*', 're:.*embed_tokens.*', 're:vision_tower.*', 're:multi_modal_projector.*']
sequential_update: true
config_groups:
group_0:
targets: [Linear]
weights: {num_bits: 8, type: int, symmetric: true, strategy: channel, observer: mse}
input_activations: {num_bits: 8, type: int, symmetric: true, strategy: token, dynamic: true,
observer: memoryless}
|