NoorNizar's picture
Upload 8-bit quantized weights via llmcompressor script
2fd95d0 verified
raw
history blame contribute delete
246 Bytes
quant_stage:
quant_modifiers:
QuantizationModifier:
ignore: [lm_head]
config_groups:
group_0:
weights: {num_bits: 8, type: float, symmetric: true, strategy: channel, dynamic: false}
targets: [Linear]