-
# Background
I experimented with a rust-based exo implementation that used [UniFFI](https://mozilla.github.io/uniffi-rs/latest/) for foreign language bindings so I could run it from a Swift iOS app…
-
It's basically just wrong.. but works well enough for short sequences that it's not noticeable. We should follow the [Python implementation](https://github.com/ml-explore/mlx-examples/blob/main/llms/m…
-
# Problem statement
The binary package is not properly linked at build time.
![Screenshot 2021-04-09 at 13 56 21](https://user-images.githubusercontent.com/4924709/114176403-60bc3780-993b-11eb…
-
Thank you for putting this together. Any resources on running vision language models in Swift ?
-
### New Packages
https://github.com/ml-explore/mlx-swift-examples.git
-
Currently, if I want to write a new custom operation and use it in Swift, I would have to maintain my own fork of MLX. It would be great to be able to bring my own CPU/GPU implementations in my own ap…
-
I am using LLDB to debug some model code that I have written in mlx-swift. Unless I do an explicit eval() or print() before doing a po on the object in question, LLDB will hang. Is this behavior expec…
-
I'm not sure if there is any change to MLX Swift or the examples to make it happen other than setting the right capability. But just want to open this since it has come up a couple times as a useful f…
awni updated
5 months ago
-
see ml-explore/mlx-swift#96
-
### Describe the issue:
There is a chance that mlx would causes `Address size fault` crashes while `eval` the graph on iOS devices. This issue barely occur on macOS devices.
### Configuration:
…