#130 · Primary category: Deep Learning Frameworks
mlx-tune
Fine-tune LLMs on your Mac with Apple Silicon. SFT, DPO, GRPO, Vision, TTS, STT, Embedding, and OCR fine-tuning — natively on MLX. Unsloth-compatible API.
Project last updated:06/23/26
GitHub Stars
1.4K
Forks
91
Contributors
1
License
Apache-2.0
Why we included this project
mlx-tune is a local fine-tuning tool for Apple Silicon Macs, built on MLX rather than CUDA, so a MacBook or Mac Studio with unified memory can train models without needing a cloud GPU. It covers the usual LLM methods (SFT, DPO, GRPO, KTO, SimPO) and branches into vision, speech-to-text, text-to-speech, embedding, OCR, and continual pretraining. The main appeal for people already using Unsloth is that the API is compatible: changing the import is often all it takes to run an existing training script locally, then move to CUDA later for bigger production runs. Trained models export to HuggingFace, GGUF, and merged weights, which feeds them straight into Ollama or llama.cpp. If your fine-tuning work normally lives in the cloud, this gives you a lighter way to prototype small- and mid-size models on the machine in front of you.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.