#156 · Primary category: Inference & Local Deploy

DeepSpeed-MII

deep-learning inference pytorch

MII makes low-latency and high-throughput inference possible, powered by DeepSpeed.

Project last updated:06/30/25

GitHub Stars

2.1K

Forks

192

Contributors

36

License

Apache-2.0

Why we included this project

DeepSpeed-MII is the inference side of the DeepSpeed project: a Python library that serves large models on your own GPUs instead of sending them to a hosted API. It hides DeepSpeed's inference engine behind a simple interface, so HuggingFace models get continuous batching, blocked KV-caching, and tensor parallelism without you wiring those up yourself. For teams that self-host and care about tokens per second or strict latency, that can mean getting more work out of hardware they already own, and dense and Mixture-of-Experts transformers are both handled well. Since it sits on the same stack used in DeepSpeed training, teams already invested in DeepSpeed can reuse that optimization work instead of adopting a separate serving system.

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