File size: 235 Bytes
c2c09ef
 
 
 
 
 
 
 
 
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/Phi-3.5-mini-instruct-MLX --mlx-path ./mlx_model
```