This commit is contained in:
Awni Hannun 2024-12-03 17:10:41 -08:00
parent 7c59bfeff2
commit feb7f10888
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,9 @@ 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 directly via the Hugging Face Space [here](https://huggingface.co/spaces/mlx-community/mlx-my-repo) or in the Python API with:
You can convert models in the [Hugging Face
Space](https://huggingface.co/spaces/mlx-community/mlx-my-repo) or using the
Python API:
```python
from mlx_lm import convert

View File

@ -8,5 +8,3 @@ parent directory.
This package also supports fine tuning with LoRA or QLoRA. For more information
see the [LoRA documentation](LORA.md).
🆕 You can directly convert models in Q4/ Q8 via the Hugging Face Space [here](https://huggingface.co/spaces/mlx-community/mlx-my-repo).