config.py 328 B

123456
  1. # Whether to disable showing progress on compilation passes
  2. # Need to add a new config otherwise wil get a circular import if dynamo config is imported here
  3. disable_progress = True
  4. # If True this also shows the node names in each pass, for small models this is great but larger models it's quite noisy
  5. verbose_progress = False