DeepSeek-V2.5-W4A16 / recipe.yaml
dsikka's picture
Upload folder using huggingface_hub
6e35316 verified
raw
history blame contribute delete
No virus
284 Bytes
quant_stage:
quant_modifiers:
GPTQModifier:
sequential_update: true
ignore: [lm_head, 're:.*mlp.gate$']
config_groups:
group_0:
weights: {num_bits: 4, type: int, symmetric: true, strategy: channel, dynamic: false}
targets: [Linear]