From 4eb573b7d53b3271ce2cd29b9139e8fcbb451591 Mon Sep 17 00:00:00 2001 From: Denrei Keith <42316655+dkeithdj@users.noreply.github.com> Date: Thu, 1 May 2025 18:05:53 +0800 Subject: [PATCH] Update lora README.md point to the correct repository https://github.com/ml-explore/mlx-lm --- lora/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lora/README.md b/lora/README.md index 844d8b28..e5b37003 100644 --- a/lora/README.md +++ b/lora/README.md @@ -7,7 +7,7 @@ available on Hugging Face. > [!TIP] > For a more fully featured LLM package, checkout [MLX -> LM](https://github.com/ml-explore/mlx-examples/tree/main/llms/mlx_lm). +> LM](https://github.com/ml-explore/mlx-lm). In this example we'll use the WikiSQL[^wikisql] dataset to train the LLM to generate SQL queries from natural language. However, the example is intended to