File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Example [MLX Swift](https://github.com/ml-explore/mlx-swift) programs.
77 [ LeNet] ( https://en.wikipedia.org/wiki/LeNet ) .
88
99- [ LLMEval] ( Applications/LLMEval/README.md ) : An example that runs on both iOS
10- and macOS that downloads an LLM and tokenizer from Hugging Face and and
10+ and macOS that downloads an LLM and tokenizer from Hugging Face and
1111 generates text from a given prompt.
1212
1313- [ LinearModelTraining] ( Tools/LinearModelTraining/README.md ) : An example that
@@ -16,7 +16,7 @@ Example [MLX Swift](https://github.com/ml-explore/mlx-swift) programs.
1616- [ llm-tool] ( Tools/llm-tool/README.md ) : A command line tool for generating text
1717 using a variety of LLMs available on the Hugging Face hub.
1818
19- - [ mnist-tool] ( Tools/mnist-tool/README.md ) : A command line tool for training a
19+ - [ mnist-tool] ( Tools/mnist-tool/README.md ) : A command line tool for training
2020 a LeNet on MNIST.
2121
2222## Running
You can’t perform that action at this time.
0 commit comments