tenstorrent / model-explorer

A modern model graph visualizer and debugger
Apache License 2.0
0 stars 0 forks source link

Add console for streaming execution output #5

Open odjuricicTT opened 3 weeks ago

odjuricicTT commented 3 weeks ago

When we execute (run) a model we need a way to indicate the status and result of the run. The first solution is to have an endpoint on the server which returns execution output and keep polling that endpoint every 0.5 seconds or so and appending the output to the console UI.