#120 · Primary category: Inference & Local Deploy
mllm
Fast Multimodal LLM on Mobile Devices
Project last updated:08/19/26
GitHub Stars
1.6K
Forks
213
Contributors
33
License
MIT
Why we included this project
mllm is a C++ inference runtime for running multimodal LLMs on phones and edge devices rather than in the cloud. It covers Arm CPUs, x86, Apple Silicon, and Qualcomm NPUs through QNN, with experimental CUDA support on Jetson boards. The engine pairs with a Pythonic, Torch-like API with eager execution and graph tracing, so you can define or adapt a model and compile it into a static representation that targets NPUs well. Around that core sit a C SDK, a Go-based CLI, and model converters for pulling weights from common formats, giving you the pieces needed to embed the runtime in an actual product. Documentation walks through build steps for Android, x86, macOS, and Docker, which is a useful way to gauge how far on-device inference goes on the hardware you own.
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.