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 6bfc5c8 commit d625f72Copy full SHA for d625f72
torchchat/utils/quantize.py
@@ -847,4 +847,4 @@ def quantized_model(self) -> nn.Module:
847
print("Unable to load torchao mps ops library.")
848
849
except Exception as e:
850
- 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