Skip to content

Commit 77e2b3f

Browse files
authored
Update intmm.py
1 parent 75263ab commit 77e2b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/kernel/intmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from torchao.utils import TORCH_VERSION_AT_LEAST_2_2, TORCH_VERSION_AT_LEAST_2_6
77

88
logger = logging.getLogger(__name__)
9-
9+
logger.addHandler(logging.NullHandler())
1010

1111
try:
1212
# Only works for torch2.2 or newer.

0 commit comments

Comments
 (0)