Skip to content

Commit 29bca87

Browse files
aopstudiopcuenca
andauthored
Update the link of MLX-LM (#1924)
* Update the link of MLX-LM * Fix additional links --------- Co-authored-by: Pedro Cuenca <[email protected]>
1 parent 8f9cfab commit 29bca87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/hub/mlx.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
It comes with a variety of examples:
66

7-
- [Generate text with MLX-LM](https://github.com/ml-explore/mlx-examples/tree/main/llms/mlx_lm) and [generating text with MLX-LM for models in GGUF format](https://github.com/ml-explore/mlx-examples/tree/main/llms/gguf_llm).
7+
- [Generate text with MLX-LM](https://github.com/ml-explore/mlx-lm/tree/main) and [generating text with MLX-LM for models in GGUF format](https://github.com/ml-explore/mlx-examples/tree/main/llms/gguf_llm).
88
- Large-scale text generation with [LLaMA](https://github.com/ml-explore/mlx-examples/tree/main/llms/llama).
99
- Fine-tuning with [LoRA](https://github.com/ml-explore/mlx-examples/tree/main/lora).
1010
- Generating images with [Stable Diffusion](https://github.com/ml-explore/mlx-examples/tree/main/stable_diffusion).
@@ -27,7 +27,7 @@ To install MLX-LM, you can use the following one-line install through `pip`:
2727
pip install mlx-lm
2828
```
2929

30-
You can get more information about it [here](https://github.com/ml-explore/mlx-examples/blob/main/llms/README.md#generate-text-with-llms-and-mlx).
30+
You can get more information about it [here](https://github.com/ml-explore/mlx-lm/tree/main).
3131

3232
If you install `mlx-lm`, you don't need to install `mlx`. If you don't want to use `mlx-lm` but only MLX, you can install MLX itself as follows.
3333

@@ -97,6 +97,6 @@ python -m mlx_lm.convert \
9797

9898
* [MLX Repository](https://github.com/ml-explore/mlx)
9999
* [MLX Docs](https://ml-explore.github.io/mlx/)
100+
* [MLX-LM](https://github.com/ml-explore/mlx-lm/tree/main)
100101
* [MLX Examples](https://github.com/ml-explore/mlx-examples/tree/main)
101-
* [MLX-LM](https://github.com/ml-explore/mlx-lm/tree/main/mlx_lm/examples)
102-
* [All MLX models on Hub](https://huggingface.co/models?library=mlx&sort=trending)
102+
* [All MLX models on the Hub](https://huggingface.co/models?library=mlx&sort=trending)

0 commit comments

Comments
 (0)