Files
pytorch/torch/fx/config.py
2025-07-02 22:55:29 +00:00

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