-
Notifications
You must be signed in to change notification settings - Fork 111
update README and examples #232
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
Conversation
from Hugging Face and and generates an image from a given prompt. | ||
|
||
- [llm-tool](https://github.com/ml-explore/mlx-swift-examples/blob/main/Tools/llm-tool/README.md): A command line tool for generating text | ||
using a variety of LLMs available on the Hugging Face hub. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A trimmed down and more interesting list
.product(name: "MLXNN", package: "mlx-swift"), | ||
.product(name: "MLXOptimizers", package: "mlx-swift"), | ||
.product(name: "MLXFFT", package: "mlx-swift")] | ||
.product(name: "MLXOptimizers", package: "mlx-swift")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two of these are just stub packages now.
README.md
Outdated
[v0.0.10](https://github.com/ml-explore/mlx/releases/tag/v0.0.10). | ||
See [Releases](https://github.com/ml-explore/mlx-swift/releases). Generally the `mlx-swift` version number corresponds to the same version number in [MLX](https://github.com/ml-explore/mlx). Release notes indicate specifics. | ||
|
||
All capabilities in MLX (Python) should be available in `mlx-swift`. If you encounter any that are missing please file an issue or feel free to submit a PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yikes. There may still be differences but at this point anything missing is a bug.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice!
Co-authored-by: Awni Hannun <awni@apple.com>
Updated the README -- a few pieces were outdated.