nm-autobot's picture
Upload folder using huggingface_hub
ba961ff verified
raw
history blame contribute delete
360 Bytes
quant_stage:
quant_modifiers:
SmoothQuantModifier: {smoothing_strength: 0.8}
GPTQModifier:
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, strategy: tensor}
targets: [Linear]