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
A new buffer_layout column was added to the buffers table in the memory report db. This causes a bug when loading the new db schema into TTNN-Visualizer.
We need to update the code to recognize the field field, and ideally not throw an exception the next time a new column is added to this table.