From fc4e5b476b4e3801d1fb0130404fdea3432bcaf2 Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Mon, 25 Dec 2023 20:53:20 -0800 Subject: [PATCH] Fix llama link in README.md (#289) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).