diff --git a/torchchat/utils/quantize.py b/torchchat/utils/quantize.py index ebb74f17f..171ce3742 100644 --- a/torchchat/utils/quantize.py +++ b/torchchat/utils/quantize.py @@ -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)