-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use MLX inside a Swift playground #89
Comments
Can i use mlx in Playgrounds app (iPadOS)? |
My iPad PRO m4 is waiting for an MLX playground when I can run LLM models and FLUX... please make that possible..🙏 |
I don't think this is going to be possible on iPad -- you can read about it here. In order to do this we would need to put all of mlx-swift into the playground so it could build. That is doable, but:
It looks possible on macOS playgrounds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would love to use MLX Swift inside an Xcode playground, to get an environment similar to Jupyter notebooks. However when I try to do this, I get an error:
You can try to reproduce by cloning this repo: https://github.com/rounak/TestRepoMLXPlayground
The text was updated successfully, but these errors were encountered: