8000 Remove comment change from logging.py · pytorch/pytorch@d4b2963 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4b2963

Browse files
committed
Remove comment change from logging.py
1 parent 63f344f commit d4b2963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torch/_dynamo/logging.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def get_loggers() -> list[logging.Logger]:
4444

4545
# Update num_steps if more phases are added: Dynamo, AOT, Backend
4646
# This is very inductor centric
47+
# _inductor.utils.has_triton() gives a circular import error here
4748

4849
if not disable_progress:
4950
try:

0 commit comments

Comments
 (0)
0