You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid this, could you add something like table.max_table_width = 80 to the code for setting up log tables? Or provide an argument in the Logger init method that allows users to enable this? Thanks in advance!
The text was updated successfully, but these errors were encountered:
At the moment, if I prompt a model with a long string, the table in the log file ends up having a huge width:
To avoid this, could you add something like
table.max_table_width = 80
to the code for setting up log tables? Or provide an argument in the Logger init method that allows users to enable this? Thanks in advance!The text was updated successfully, but these errors were encountered: