Valkyrie-v1-awq / recipe.yaml
cgg507's picture
Upload folder using huggingface_hub
491120f verified
raw
history blame contribute delete
330 Bytes
default_stage:
default_modifiers:
AWQModifier: {symmetric: false}
QuantizationModifier:
config_groups:
group_0:
targets: [Linear]
weights: {num_bits: 4, type: int, symmetric: false, group_size: 128, strategy: group,
dynamic: false, observer: minmax}
ignore: [lm_head]