Skip to content

Commit 188b16d

Browse files
committed
lower verbosity
1 parent c082d4a commit 188b16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_utils/custom_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#----------------------------------------------------------------------------
2121
# Global options.
2222

23-
verbosity = 'brief' # Verbosity level: 'none', 'brief', 'full'
23+
verbosity = 'none' # Verbosity level: 'none', 'brief', 'full'
2424

2525
#----------------------------------------------------------------------------
2626
# Internal helper funcs.

0 commit comments

Comments
 (0)