default_stage: default_modifiers: AutoRoundModifier: config_groups: attention: targets: ['re:.*self_attn\.(q|k|v|o)_proj$'] weights: num_bits: 4 type: int symmetric: true group_size: 64 strategy: group block_structure: null dynamic: false actorder: null scale_dtype: null zp_dtype: null observer: memoryless_minmax observer_kwargs: {} input_activations: null output_activations: null format: null mlp: targets: ['re:.*mlp\..*(gate|up|down)_proj$'] weights: num_bits: 2 type: int symmetric: true group_size: 64 strategy: group block_structure: null dynamic: false actorder: null scale_dtype: null zp_dtype: null observer: memoryless_minmax observer_kwargs: {} input_activations: null output_activations: null format: null targets: [Linear] ignore: [lm_head] bypass_divisibility_checks: false iters: 200 enable_torch_compile: false batch_size: 8 disable_opt_rtn: false