We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b9233 commit 1c996b7Copy full SHA for 1c996b7
mypy.ini
@@ -62,9 +62,6 @@ ignore_errors = True
62
[mypy-torch.testing._internal.codegen.*]
63
ignore_errors = True
64
65
-[mypy-torch.testing._internal.common_quantized.*]
66
-ignore_errors = True
67
-
68
[mypy-torch.testing._internal.jit_utils.*]
69
70
torch/backends/quantized/__init__.py
@@ -50,3 +50,5 @@ def __getattr__(self, attr):
50
# This is the sys.modules replacement trick, see
51
# https://stackoverflow.com/questions/2447353/getattr-on-a-module/7668273#7668273
52
sys.modules[__name__] = QuantizedEngine(sys.modules[__name__], __name__)
53
+engine: str
54
+supported_engines: List[str]
0 commit comments