awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
microsoft avatar

microsoft/DeepSpeed-MII

0
View on GitHub↗
2,105 stars·191 forks·Python·Apache-2.0·11 views

DeepSpeed MII

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

Features

  • Inference and Serving - Low-latency inference engine powered by DeepSpeed.
  • Model Serving Engines - Low-latency inference library powered by DeepSpeed optimizations.
  • Inference Frameworks - Inference framework supporting load balancing and model quantization.

Star history

Star history chart for microsoft/deepspeed-miiStar history chart for microsoft/deepspeed-mii

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with DeepSpeed MII

These projects share indexed features with DeepSpeed MII. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • vllm-project/vllmvllm-project avatar

    vllm-project/vllm

    83,048View on GitHub↗

    vLLM is a high-throughput inference engine designed for the efficient serving and execution of large language models. It functions as a production-ready distributed model server, providing standard API protocols for online serving while also supporting offline batch processing. The system is built to maximize token generation speed and memory efficiency, enabling both large-scale cloud deployments and local execution on personal hardware. The project distinguishes itself through advanced memory management and request scheduling techniques, most notably its use of non-contiguous key-value cach

    Pythonamdblackwellcuda
    View on GitHub↗83,048
  • ggerganov/llama.cppggerganov avatar

    ggerganov/llama.cpp

    116,912View on GitHub↗

    llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across various hardware architectures. It provides the core components for local model execution, including a dedicated model quantizer for compressing weights into the GGUF format and a system for generating text embeddings for semantic search. The project distinguishes itself through specialized memory and execution optimizations, such as block-wise weight quantization to reduce memory footprints and memory-mapped model loading. It supports structured text generation by using formal

    C++
    View on GitHub↗116,912
  • bentoml/openllmbentoml avatar

    bentoml/OpenLLM

    12,115View on GitHub↗

    OpenLLM is a framework for deploying, managing, and scaling open-source large language models

    Pythonbentomlfine-tuningllama
    View on GitHub↗12,115
  • flowiseai/flowiseFlowiseAI avatar

    FlowiseAI/Flowise

    53,641View on GitHub↗

    Flowise is a low-code platform designed for building and deploying complex language model workflows through a visual, node-based interface. It functions as an orchestrator for autonomous multi-agent systems, allowing users to construct conversational pipelines by connecting language models, memory stores, and external tools on a drag-and-drop canvas. The platform distinguishes itself through its support for sophisticated agentic patterns, including supervisor-worker delegation and iterative reasoning strategies. Users can design directed acyclic graphs to manage conditional branching, state p

    TypeScriptagentic-aiagentic-workflowagents
    View on GitHub↗53,641
Compare all 30 related projects→

Frequently asked questions

What does microsoft/deepspeed-mii do?

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

What are the main features of microsoft/deepspeed-mii?

The main features of microsoft/deepspeed-mii are: Inference and Serving, Model Serving Engines, Inference Frameworks.

Which projects share features with microsoft/deepspeed-mii?

Projects with overlapping indexed features include: vllm-project/vllm — vLLM is a high-throughput inference engine designed for the efficient serving and execution of large language models.… huggingface/text-generation-inference — Text Generation Inference is a production-ready engine designed for the deployment and serving of large language… flowiseai/flowise — Flowise is a low-code platform designed for building and deploying complex language model workflows through a visual,… bentoml/openllm — OpenLLM is a framework for deploying, managing, and scaling open-source large language models. huggingface/text-embeddings-inference — Text Embeddings Inference is a high-performance inference server designed to host text embedding and sequence… ggerganov/llama.cpp — llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across…