Closed rudro closed 7 months ago
This looks like the main thread (calling eval and waiting for the result). One of the other threads is actually crashing -- can you post that? If (as I suspect) it is very very deep, just a snippet would be fine.
If this is due to deep recursion (likely) then this is fixed as of https://github.com/ml-explore/mlx-swift/pull/67
I know there is an issue with async generation but the sync version is also now crashing in debug. This is with the current state of the repo, and no command-line args (so all defaults). Get's a
EXC_BAD_ACCESS
right on launch. Switching to release delays this, but we still get the same crash after a while.This is with Xcode 15.0 on and M3.