Skip to content

Commit e340ddd

Browse files
mikekgfbJack-Khuu
andauthored
Fix typo in quantize.py (#1461)
Fix typo Co-authored-by: Jack-Khuu <[email protected]>
1 parent 07768cf commit e340ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchchat/utils/quantize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,4 +945,4 @@ def quantized_model(self) -> nn.Module:
945945
print("Unable to load torchao mps ops library.")
946946

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

0 commit comments

Comments
 (0)