Skip to content

Commit 7e2643d

Browse files
authored
Apply suggestion from @deependujha
1 parent 25a7d5d commit 7e2643d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lightning/pytorch/callbacks/device_stats_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class DeviceStatsMonitor(Callback):
136136
137137
"""
138138

139-
def __init__(self, cpu_stats: Optional[bool] = None, verbose: bool = True) -> None:
139+
def __init__(self, cpu_stats: Optional[bool] = None, verbose: bool = False) -> None:
140140
self._cpu_stats = cpu_stats
141141
self._verbose = verbose
142142

0 commit comments

Comments
 (0)