From 977cd30242b9891c306ef23ba925553104eb4f0c Mon Sep 17 00:00:00 2001 From: Denrei Keith <42316655+dkeithdj@users.noreply.github.com> Date: Thu, 1 May 2025 21:00:14 +0800 Subject: [PATCH] Update lora README.md (#1365) 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