Skip to content

Commit

Permalink
Fix typo in quantize.py (#1461)
Browse files Browse the repository at this point in the history
Fix typo

Co-authored-by: Jack-Khuu <[email protected]>
  • Loading branch information
mikekgfb and Jack-Khuu authored Jan 17, 2025
1 parent 07768cf commit e340ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchchat/utils/quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,4 +945,4 @@ def quantized_model(self) -> nn.Module:
print("Unable to load torchao mps ops library.")

except Exception as e:
print("Unabled to import torchao experimental quant_api with error: ", e)
print("Unable to import torchao experimental quant_api with error: ", e)

0 comments on commit e340ddd

Please sign in to comment.