xref: /aosp_15_r20/external/pytorch/torch/fx/config.py (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1*da0073e9SAndroid Build Coastguard Worker# Whether to disable showing progress on compilation passes
2*da0073e9SAndroid Build Coastguard Worker# Need to add a new config otherwise wil get a circular import if dynamo config is imported here
3*da0073e9SAndroid Build Coastguard Workerdisable_progress = True
4*da0073e9SAndroid Build Coastguard Worker
5*da0073e9SAndroid Build Coastguard Worker# If True this also shows the node names in each pass, for small models this is great but larger models it's quite noisy
6*da0073e9SAndroid Build Coastguard Workerverbose_progress = False
7