#163 · Primary category: Inference & Local Deploy
mmdeploy
OpenMMLab Model Deployment Framework
Project last updated:09/30/24
GitHub Stars
3.1K
Forks
715
Contributors
113
License
Apache-2.0
Why we included this project
If you train or fine-tune models in the OpenMMLab ecosystem and need them running on something other than a desktop GPU, this is the bridge between PyTorch checkpoints and real hardware. It converts OpenMMLab models into several inference formats and runtimes: TensorRT and ONNX Runtime for servers, OpenVINO on CPU, ncnn on mobile and edge, plus CANN, RKNN, and SNPE for specific accelerators, so one model can target very different devices. On top of conversion, it includes a modular C/C++ SDK for building inference applications with pluggable preprocessing, network execution, and post-processing stages. That combination is worth knowing about for teams shipping detection, segmentation, and pose models to production, where the practical question is usually which backend will run fast enough on the target device rather than which framework trained the 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.