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 75263ab commit 77e2b3fCopy full SHA for 77e2b3f
torchao/kernel/intmm.py
@@ -6,7 +6,7 @@
6
from torchao.utils import TORCH_VERSION_AT_LEAST_2_2, TORCH_VERSION_AT_LEAST_2_6
7
8
logger = logging.getLogger(__name__)
9
-
+logger.addHandler(logging.NullHandler())
10
11
try:
12
# Only works for torch2.2 or newer.
0 commit comments