#40 · Primary category: Inference & Local Deploy
lmdeploy
LMDeploy is a toolkit for compressing, deploying, and serving LLMs.
Project last updated:08/28/26
GitHub Stars
8.0K
Forks
733
Contributors
152
License
Apache-2.0
Why we included this project
LMDeploy bundles what you need to move an open model from training into production serving: TurboMind, a fast inference engine with CUDA kernels tuned for throughput, quantization tooling covering 4-bit compression and FP8 for MoE models, and an OpenAI-compatible API server so existing clients keep working without rewrites. It runs InternLM, DeepSeek, Qwen, and Llama-family models on NVIDIA GPUs, with docs covering offline batch inference, CLI chat, and REST serving paths. Its published benchmarks also make it a useful yardstick when comparing serving frameworks, since it turns in strong numbers against alternatives like vLLM while shipping its own quantization workflow.
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.