23 lines
454 B
Markdown
23 lines
454 B
Markdown
# MLX Swift Examples
|
|
|
|
Example [mlx-swift](https://github.com/ml-explore/mlx-swift) programs.
|
|
|
|
## LinearModelTraining
|
|
|
|
A simple linear model and a training loop.
|
|
|
|
- [README](Tools/LinearModelTraining/README.md)
|
|
|
|
## llm-tool
|
|
|
|
A command line tool for generating text using a variety of Hugging Face models:
|
|
|
|
- [README](Tools/llm-tool/README.md)
|
|
|
|
## mnist-tool
|
|
|
|
A command line tool for training an MNIST (MLP) model:
|
|
|
|
- [README](Tools/mnist-tool/README.md)
|
|
|