alexmarques's picture
Upload folder using huggingface_hub
bf483f6 verified
raw
history blame contribute delete
487 Bytes
quant_stage:
quant_modifiers:
SmoothQuantModifier:
smoothing_strength: 0.9
mappings:
- - ['re:.*q_proj', 're:.*k_proj', 're:.*v_proj']
- re:.*input_layernorm
- - ['re:.*gate_proj', 're:.*up_proj']
- re:.*post_attention_layernorm
- - ['re:.*down_proj']
- re:.*up_proj
GPTQModifier:
sequential_update: true
dampening_frac: 0.05
ignore: [lm_head]
scheme: W8A8
targets: Linear
observer: mse