From b4c55978a08832650cdb3d9a2e5b4474f562aa7f Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 22 Apr 2026 00:18:40 +0800 Subject: [PATCH] Add mlx-lm to AI and Agents > Pre-trained Models and Inference Apple's ml-explore team library for running and fine-tuning LLMs on Apple Silicon with MLX (4.9k stars, MIT). Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b1f6943..820da2c8 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents - [mem0](https://github.com/mem0ai/mem0) - An intelligent memory layer for AI agents enabling personalized interactions. - Pre-trained Models and Inference - [diffusers](https://github.com/huggingface/diffusers) - A library that provides pre-trained diffusion models for generating and editing images, audio, and video. + - [mlx-lm](https://github.com/ml-explore/mlx-lm) - Run and fine-tune large language models on Apple Silicon with MLX. - [sglang](https://github.com/sgl-project/sglang) - A high-performance serving framework for large language models and multimodal models. - [transformers](https://github.com/huggingface/transformers) - A framework that lets you easily use pre-trained transformer models for NLP, vision, and audio tasks. - [unsloth](https://github.com/unslothai/unsloth) - A library for faster LLM fine-tuning and training with reduced memory usage.