mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/156604 Approved by: https://github.com/jingsh ghstack dependencies: #156318, #156320, #156602
7 lines
329 B
Python
7 lines
329 B
Python
# Whether to disable showing progress on compilation passes
|
|
# Need to add a new config otherwise will get a circular import if dynamo config is imported here
|
|
disable_progress = True
|
|
|
|
# If True this also shows the node names in each pass, for small models this is great but larger models it's quite noisy
|
|
verbose_progress = False
|