#43 · Primary category: Inference & Local Deploy
mlx-lm
Run LLMs with MLX
Project last updated:08/29/26
GitHub Stars
6.8K
Forks
1.0K
Contributors
220
License
MIT
Why we included this project
mlx-lm is a Python package that turns an Apple silicon Mac into a practical LLM workstation. It pulls models directly from the Hugging Face Hub, so one command can fetch and run thousands of public models, often in 4-bit quantized form that fits in typical memory. Beyond generation, you get a chat REPL, streaming output, prompt caching for reusing long contexts, and rotating key-value caches to keep RAM use predictable. Fine-tuning is also on the table: low-rank or full training on the same hardware, with quantization and re-upload handled through a small CLI or Python API. For teams that want to keep data on-device and skip cloud GPU costs, this covers the whole workflow from download to adapted model.
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
ollama
Get up and running with Kimi-K2.6, GLM-5.2, MiniMax, DeepSeek, gpt-oss, Qwen, Gemma and other models.
llama.cpp
LLM inference in C/C++
vllm
A high-throughput and memory-efficient inference and serving engine for LLMs
gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
LocalAI
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.