File size: 278 Bytes
52a192a |
1 2 3 4 5 6 7 8 9 10 11 |
quant_stage:
quant_modifiers:
GPTQModifier:
sequential_update: false
dampening_frac: 0.01
ignore: [lm_head]
config_groups:
group_0:
targets: [Linear]
weights: {num_bits: 8, type: int, symmetric: true, strategy: channel}
|