initial commit

This commit is contained in:
David Koski
2024-02-22 10:41:02 -08:00
commit b6d1e14465
29 changed files with 3856 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# mlx-examples-swift
Example 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 Llama / Mistral model:
- [README](Tools/llm-tool/README.md)
## mnist-tool
A command line tool for training an MNIST (MLP) model:
- [README](Tools/mnist-tool/README.md)