mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-29 09:56:24 +08:00
simplify
This commit is contained in:
parent
7c59bfeff2
commit
feb7f10888
@ -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
|
||||
|
@ -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).
|
Loading…
Reference in New Issue
Block a user