tenstorrent / tt-mlir

Tenstorrent MLIR compiler
https://tenstorrent.github.io/tt-mlir/
Apache License 2.0
79 stars 13 forks source link

Explorer - CI is timing out and hanging #1511

Closed vprajapati-tt closed 3 hours ago

vprajapati-tt commented 19 hours ago
vprajapati-tt commented 19 hours ago

Specific Runs:

odjuricicTT commented 9 hours ago

When running locally, I noticed that it would open a webpage and restart the server for every testcase. This may potentially be the cause (it's also just inefficient)

You are right, we use model_explorer.visualize, which does try to open the browser. We should switch to visualize_with_config here as well. On the other hand we need to restart the server for every test in order to make sure that if one test fails in a way that crashes the server the others are not affected. I think that it is efficient enough for now, if it starts taking too long we can discuss other solutions.

vprajapati-tt commented 3 hours ago