Files
tinyllama-oneshot-w8a8-chan…/recipe.yaml

11 lines
354 B
YAML
Raw Normal View History

quant_stage:
quant_modifiers:
GPTQModifier:
sequential_update: false
ignore: [lm_head]
config_groups:
group_0:
weights: {num_bits: 8, type: int, symmetric: true, strategy: channel}
input_activations: {num_bits: 8, type: int, symmetric: true, dynamic: true, strategy: token}
targets: [Linear]