From 53d3e3d770b88b7dc9b204b9868d9a9f5289ad27 Mon Sep 17 00:00:00 2001 From: Michael Gschwind <61328285+mikekgfb@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:48:51 -0800 Subject: [PATCH] Update quantize.py Fix typo --- torchchat/utils/quantize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)