David Koski

Results 49 comments of David Koski

https://github.com/ml-explore/mlx-swift-examples/blob/main/mlx-swift-examples.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved maybe this: ``` "version" : 3 ```

@fromparis -- if you get a chance see if #60 (branch `fix-package-resolved`) fixes the problem.

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)...

If this is due to deep recursion (likely) then this is fixed as of https://github.com/ml-explore/mlx-swift/pull/67

Not yet, but it is next on my list.

FWIW, `footprint` is a good way to measure instantaneous memory use (understanding memory use in a modern OS is tricky but this tool is a good one to give you...

While preparing the change I ran into this: https://github.com/ml-explore/mlx/issues/1052

I am not familiar with cocoapods -- is that something you would be interested in contributing?