Skip to content

Commit d625f72

Browse files
mikekgfbJack-Khuu
authored and
vmpuri
committed
Fix typo in quantize.py (#1461)
Fix typo Co-authored-by: Jack-Khuu <jack.khuu.7@gmail.com>
1 parent 6bfc5c8 commit d625f72

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
@@ -847,4 +847,4 @@ def quantized_model(self) -> nn.Module:
847847
print("Unable to load torchao mps ops library.")
848848

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

0 commit comments

Comments
 (0)