Skip to content

Commit 546ce10

Browse files
authored
docs: update README.md (#58)
minor fix
1 parent 6b224fe commit 546ce10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)