From 49c9226d99d58803d4d068c35a723d4b0da81647 Mon Sep 17 00:00:00 2001 From: Yutaka Kondo Date: Tue, 26 Dec 2023 13:48:59 +0900 Subject: [PATCH] Fix llama link in README.md --- 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).