From 8a140fa76ba8cf7665a902a094c584d235a7b48c Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 21 Jul 2025 17:50:39 +0200 Subject: [PATCH] Updated the MLX-LM documentation link The MLX-LM repository was moved, the current link 404s. This commit updates the link. --- docs/hub/mlx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/mlx.md b/docs/hub/mlx.md index 00b0a43e39..7efe17659d 100644 --- a/docs/hub/mlx.md +++ b/docs/hub/mlx.md @@ -98,5 +98,5 @@ python -m mlx_lm.convert \ * [MLX Repository](https://github.com/ml-explore/mlx) * [MLX Docs](https://ml-explore.github.io/mlx/) * [MLX Examples](https://github.com/ml-explore/mlx-examples/tree/main) -* [MLX-LM](https://github.com/ml-explore/mlx-examples/tree/main/llms/mlx_lm) +* [MLX-LM](https://github.com/ml-explore/mlx-lm/tree/main/mlx_lm/examples) * [All MLX models on Hub](https://huggingface.co/models?library=mlx&sort=trending)