Skip to content

Commit a325191

Browse files
mikekgfbvmpuri
authored andcommitted
Fix typo in quantize.py (#1434)
Typos
1 parent 155bd4b commit a325191

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
@@ -844,7 +844,7 @@ def quantized_model(self) -> nn.Module:
844844
torch.ops.load_library(libpath)
845845
print("Loaded torchao mps ops.")
846846
except Exception as e:
847-
print("Unabled to load torchao mps ops library.")
847+
print("Unable to load torchao mps ops library.")
848848

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

0 commit comments

Comments
 (0)