Qwen2.5-7B-Instruct-MLX / CONVERT_TO_MLX.md
codewithdark's picture
Upload model via QuantLLM
ac1981d verified
|
Raw
History Blame Contribute Delete
233 Bytes
# 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
```