From b365d227857756273ee3a316194b5494eae4cdad Mon Sep 17 00:00:00 2001 From: Awni Hannun Date: Tue, 3 Dec 2024 19:21:06 -0800 Subject: [PATCH] move --- llms/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llms/README.md b/llms/README.md index cd0c9723..4fff4207 100644 --- a/llms/README.md +++ b/llms/README.md @@ -77,7 +77,7 @@ to see how to use the API in more detail. The `mlx-lm` package also comes with functionality to quantize and optionally upload models to the Hugging Face Hub. -You can convert models using the Python API: +You can convert models using the Python API: ```python from mlx_lm import convert @@ -164,7 +164,7 @@ mlx_lm.convert \ ``` Models can also be converted and quantized directly in the -[mlx-my-repo]]https://huggingface.co/spaces/mlx-community/mlx-my-repo) Hugging +[mlx-my-repo]https://huggingface.co/spaces/mlx-community/mlx-my-repo) Hugging Face Space. ### Long Prompts and Generations