Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gschwind committed Apr 10, 2024
1 parent d5015b9 commit 0bffa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def dynamically_quantize_per_channel(



def get_group_qparams(w, n_bit=4, groupsize=128, *, scales_dtype torch.float):
def get_group_qparams(w, n_bit=4, groupsize=128, *, scales_dtype= torch.float):
# needed for GPTQ with padding
if groupsize > w.shape[-1]:
groupsize = w.shape[-1]
Expand Down

0 comments on commit 0bffa43

Please sign in to comment.