File size: 1,686 Bytes
8cb5584
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
default_stage:
  default_modifiers:
    AWQModifier:
      config_groups:
        group_1:
          targets: [Linear]
          weights:
            num_bits: 4
            type: int
            symmetric: true
            group_size: 32
            strategy: group
            block_structure: null
            dynamic: false
            actorder: null
            scale_dtype: null
            zp_dtype: null
            observer: mse
            observer_kwargs: {}
          input_activations: null
          output_activations: null
          format: null
      targets: [Linear]
      ignore: ['re:.*embed_tokens', 're:.*linear_attn.*', 're:model[.]visual.*', 're:mtp.*',
        lm_head]
      bypass_divisibility_checks: false
      mappings:
      - smooth_layer: re:model.*layers[.](3|7|11|15|19|23|27|31)[.]input_layernorm
        balance_layers: ['re:model.*layers[.](3|7|11|15|19|23|27|31)[.]self_attn[.]q_proj',
          're:model.*layers[.](3|7|11|15|19|23|27|31)[.]self_attn[.]k_proj', 're:model.*layers[.](3|7|11|15|19|23|27|31)[.]self_attn[.]v_proj']
        activation_hook_target: null
        balance_exponent: 1
      - smooth_layer: re:model.*layers[.](3|7|11|15|19|23|27|31)[.]self_attn[.]v_proj
        balance_layers: ['re:model.*layers[.](3|7|11|15|19|23|27|31)[.]self_attn[.]o_proj']
        activation_hook_target: null
        balance_exponent: 1
      - smooth_layer: re:model.*post_attention_layernorm
        balance_layers: ['re:model.*mlp[.]gate_proj', 're:model.*mlp[.]up_proj']
        activation_hook_target: null
        balance_exponent: 1
      offload_device: !!python/object/apply:torch.device [cpu]
      duo_scaling: true
      n_grid: 20