From e340ddda4d3e1b41fd68795d832c138d027f50d9 Mon Sep 17 00:00:00 2001 From: Michael Gschwind <61328285+mikekgfb@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:17:10 -0800 Subject: [PATCH] Fix typo in quantize.py (#1461) Fix typo Co-authored-by: Jack-Khuu --- 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)