diff --git a/README.md b/README.md index 72022b0a1..0276e5006 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ variety of examples, including: - [Transformer language model](https://github.com/ml-explore/mlx-examples/tree/main/transformer_lm) training. - Large-scale text generation with - [LLaMA](https://github.com/ml-explore/mlx-examples/tree/main/llama) and + [LLaMA](https://github.com/ml-explore/mlx-examples/tree/main/llms/llama) and finetuning with [LoRA](https://github.com/ml-explore/mlx-examples/tree/main/lora). - Generating images with [Stable Diffusion](https://github.com/ml-explore/mlx-examples/tree/main/stable_diffusion). - Speech recognition with [OpenAI's Whisper](https://github.com/ml-explore/mlx-examples/tree/main/whisper).