File size: 420 Bytes
7a76119 fdd6ce2 7a76119 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
DEFAULT_stage:
DEFAULT_modifiers:
GPTQModifier:
sequential_targets: [Qwen2VLDecoderLayer]
dampening_frac: 0.01
config_groups:
config_group:
targets: [Linear]
weights: {num_bits: 4, type: int, symmetric: true, group_size: 128, strategy: group,
dynamic: false, actorder: weight, observer: minmax}
targets: Linear
ignore: [lm_head, 're:visual.*']
|