We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07768cf commit e340dddCopy full SHA for e340ddd
torchchat/utils/quantize.py
@@ -945,4 +945,4 @@ def quantized_model(self) -> nn.Module:
945
print("Unable to load torchao mps ops library.")
946
947
except Exception as e:
948
- print("Unabled to import torchao experimental quant_api with error: ", e)
+ print("Unable to import torchao experimental quant_api with error: ", e)
0 commit comments