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
Running a small model on a M4 Mac and after around 60-100 epochs I keep getting:
libc++abi: terminating due to uncaught exception of type std::runtime_error: [Event::stream] Cannot access stream on invalid event.
The model runs completely fine at the beginning and the it keeps crashing.
The text was updated successfully, but these errors were encountered:
it's not exactly the same code but it should give you an indication of more or less what could cause this incident, I've identified a part of my script with these simple calculations and after taking them out the error no longer occurs (not sure which exact line was responsible for it):
Unfortunately that snippet isn’t sufficient for us to reproduce and debug this. If you can provide a standalone program that we can run that reproduces the issue that would be great.
Please also provide some more details on your environment like OS, MLX version and hardware
Running a small model on a M4 Mac and after around 60-100 epochs I keep getting:
libc++abi: terminating due to uncaught exception of type std::runtime_error: [Event::stream] Cannot access stream on invalid event.
The model runs completely fine at the beginning and the it keeps crashing.
The text was updated successfully, but these errors were encountered: