You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
328 B
7 lines
328 B
5 months ago
|
# Whether to disable showing progress on compilation passes
|
||
|
# Need to add a new config otherwise wil 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
|