#40 · Primary category: Inference & Local Deploy

lmdeploy

codellama cuda-kernels deepspeed fastertransformer internlm llama llama2 llama3 llm llm-inference turbomind

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