From 743f0a27297c7f7bfe2627f76be5af405913ecdf Mon Sep 17 00:00:00 2001 From: Nepalivai <108126089+nepalivai@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:41:38 +0545 Subject: [PATCH] Update README.md Typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adcdc45e..f60c140a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The [MNIST](mnist) example is a good starting point to learn how to use MLX. Some more useful examples include: - [Transformer language model](transformer_lm) training. -- Large scale text generation with [LLaMA](llama) or [Mistral](mistral) +- Large scale text generation with [LLaMA](llama) or [Mistral](mistral). - Parameter efficient fine-tuning with [LoRA](lora). - Generating images with [Stable Diffusion](stable_diffusion). - Speech recognition with [OpenAI's Whisper](whisper).