Replies: 1 comment 1 reply
-
|
Agreed the ecosystem needs some love. A good way to help is to contribute to existing projects like MLX Swift, the examples repo, Swift Transformers. Or you can build some new missing part of the ecosystem in Swift! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
MLX Swift is an excellent machine learning framework, but one reason it isn't as widely used as Python is the lack of supporting frameworks. Python has well-established auxiliary frameworks like torchvision and torchtext centered around PyTorch, enabling easy handling of popular datasets for training and experimentation.
Similarly, Swift needs frameworks that work in tandem with MLX. For instance, establishing mechanisms to support data acquisition, preprocessing, and model training would significantly enhance the machine learning environment in Swift. Developing such frameworks could bridge the gap with Python and further elevate the value of MLX Swift. Shall we build them?
Beta Was this translation helpful? Give feedback.
All reactions