Skip to content

Commit bfacf86

Browse files
authored
update docstring of verbose (#2568)
1 parent 68cdc43 commit bfacf86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel_extension_for_pytorch/cpu/utils/verbose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class verbose(object):
2727
2828
import intel_extension_for_pytorch as ipex
2929
model(data)
30-
with ipex.verbose(ipex.VERBOSE_ON):
30+
with ipex.verbose(ipex.verbose.VERBOSE_ON):
3131
model(data)
3232
3333
Args:

0 commit comments

Comments
 (0)