Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhuach21 committed May 31, 2024
1 parent 5025bd4 commit debc852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_round/export/export_to_autoround/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def dynamic_QuantLienar_for_packing(backend, bits, group_size):
assert False, f"only support gptq and autoround backend"


@register_format("autoround")
@register_format("auto_round")
def save_quantized_as_autoround(output_dir, inplace=True, backend="autoround:exllamav2", **kwargs):
model = kwargs["model"]
if not inplace:
Expand Down

0 comments on commit debc852

Please sign in to comment.