From 8457dcdc3fa5f8b4973b1ad970100435c8fa0c39 Mon Sep 17 00:00:00 2001
From: Miles Starkenburg <gringocl@users.noreply.github.com>
Date: Mon, 14 Oct 2024 23:25:15 -0700
Subject: [PATCH] mlx-lm documentation is corrected (#990)

---
 docs/source/run_locally/mlx-lm.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/run_locally/mlx-lm.md b/docs/source/run_locally/mlx-lm.md
index b3e3cfd..45459d2 100644
--- a/docs/source/run_locally/mlx-lm.md
+++ b/docs/source/run_locally/mlx-lm.md
@@ -20,7 +20,7 @@ The easiest way to get started is to install the `mlx-lm` package:
   conda install -c conda-forge mlx-lm
   ```
 
-## Runnig with Qwen MLX Files
+## Running with Qwen MLX Files
 
 We provide model checkpoints with `mlx-lm` in our Hugging Face organization, and to search for what you need you can search the repo names with `-MLX`.
 
-- 
GitLab