phi-4-abliterated-W8A8 / recipe.yaml
noneUsername's picture
Upload folder using huggingface_hub
893be43 verified
raw
history blame contribute delete
355 Bytes
DEFAULT_stage:
DEFAULT_modifiers:
SmoothQuantModifier:
smoothing_strength: 0.8625
mappings:
- - ['re:.*qkv_proj']
- re:.*input_layernorm
- - ['re:.*gate_up_proj']
- re:.*post_attention_layernorm
GPTQModifier:
sequential_update: false
targets: Linear
ignore: [lm_head]
scheme: W8A8