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 c3aa6e9 commit f9d2612Copy full SHA for f9d2612
pytorch_lightning/callbacks/quantization.py
@@ -27,7 +27,7 @@
27
from pytorch_lightning.utilities.exceptions import MisconfigurationException
28
29
if _TORCH_GREATER_EQUAL_1_10:
30
- from torch.ao.quantization import QConfig
+ from torch.ao.quantization.qconfig import QConfig
31
else:
32
from torch.quantization import QConfig
33
0 commit comments