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
I was seeing a similar error, like all the tests are passed but the stage fails.
Can you try to skip the TVM installation in the pipeline? I'm guessing when the Python interpreter imports TVM, something happens.
It's been a full week (with many runs) of this and no error. Maaaaaybe the memory issue was transient on the github-actions side? Let's hope 🤞...I will leave this open a month or so to see if happens again.
We thought that TVM was causing Ubuntu out-of-memory errors, so we skipped all the TVM tests in Ubuntu (#709).
But now, I am seeing additional coredumps in Ubuntu runs that aren't related to TVM.
Example 1
Example 2
It reaches the end of the
Test with Pytest
stage successfully, and then dies:It also appears to be transient. Is this at all related to what you were seeing @mshr-h ? Maybe the problem is bigger than TVM?
The text was updated successfully, but these errors were encountered: