File size: 233 Bytes
ac1981d
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# Convert to MLX

This model was saved in HuggingFace format.
To convert to MLX format on Apple Silicon:

```bash
pip install mlx-lm
python -m mlx_lm.convert --hf-path ./hub_staging/Qwen2.5-7B-Instruct-MLX --mlx-path ./mlx_model
```