Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekgfb committed Apr 9, 2024
1 parent 42ee62f commit 6aceb29
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 @@ -66,7 +66,7 @@ def quantize_model(model: nn.Module, quantize_options):
).quantized_model()
elif quantizer == "linear:hqq":
linears_quantized = True
model = WeightOnlyInt4HqqQuantHandler,
model = WeightOnlyInt4HqqQuantHandler(
model,
**q_kwargs
).quantized_model()
Expand Down

0 comments on commit 6aceb29

Please sign in to comment.