awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesDistributed Inference Clusters

Configurations for scaling model inference across multiple network nodes and GPU clusters.

Distinct from Multi-GPU Deployment: Distinct from Multi-GPU Deployment: focuses on multi-node cluster communication rather than single-node multi-GPU scaling.

Explore 6 awesome GitHub repositories matching devops & infrastructure · Distributed Inference Clusters. Refine with filters or upvote what's useful.

Awesome Distributed Inference Clusters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • fminference/flexllmgenAvatar von FMInference

    FMInference/FlexLLMGen

    9,362Auf GitHub ansehen↗

    FlexLLMGen is an inference engine and runtime designed to run large language models on a single GPU by combining weight compression with tensor offloading. It reduces model weight memory usage by approximately 70% through 4-bit quantization, and stores model parameters, attention cache, and hidden states across GPU, CPU, and disk to fit models larger than available GPU memory. The project distinguishes itself through a throughput-oriented batching approach that processes multiple generation requests together in large batches to maximize throughput on a single GPU. It also supports distributed

    Combines offloading with pipeline parallelism across multiple machines to accelerate generation when aggregated GPU memory is insufficient.

    Pythondeep-learninggpt-3high-throughput
    Auf GitHub ansehen↗9,362
  • xorbitsai/inferenceAvatar von xorbitsai

    xorbitsai/inference

    9,358Auf GitHub ansehen↗

    This project is a platform for the deployment of open source large language and multimodal models. It provides a unified interface to serve text, image, and speech models across local or cloud hardware. The system enables distributed AI inference by orchestrating model workloads across multiple nodes and devices. It includes a unified API adapter layer to standardize inputs and outputs, as well as tools for multimodal chat and structural image generation. The platform covers a broad capability surface including request batching for throughput optimization, dynamic model loading, and integrat

    Orchestrates model workloads across multiple network nodes and GPU clusters to scale inference capacity.

    Python
    Auf GitHub ansehen↗9,358
  • infrasys-ai/aiinfraAvatar von Infrasys-AI

    Infrasys-AI/AIInfra

    7,414Auf GitHub ansehen↗

    Explains how to design and operate L0/L1 infrastructure and network topologies for multi-thousand-GPU clusters.

    Jupyter Notebookaiinfraaisystem
    Auf GitHub ansehen↗7,414
  • zhaochenyang20/awesome-ml-sys-tutorialAvatar von zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371Auf GitHub ansehen↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Enables distributed operation by allowing inference servers to communicate across multiple network nodes.

    Python
    Auf GitHub ansehen↗5,371
  • flashinfer-ai/flashinferAvatar von flashinfer-ai

    flashinfer-ai/flashinfer

    4,996Auf GitHub ansehen↗

    FlashInfer is a library of high-performance GPU kernels purpose-built for accelerating large language model inference. It provides optimized implementations for attention operations (including flash attention, page attention, multi-head latent attention, and cascade attention) using paged key-value caches, fused kernel composition, and just-in-time compilation. The library also includes specialized kernels for mixture-of-experts layers, block-scaled low-precision quantization (FP8, FP4), and distributed collective communication. What distinguishes FlashInfer is its fused all-reduce communicat

    Partitions GPUs into tensor, pipeline, context, and MoE parallelism clusters for distributed inference.

    Pythonattentioncudadistributed-inference
    Auf GitHub ansehen↗4,996
  • modeltc/lightllmAvatar von ModelTC

    ModelTC/LightLLM

    3,901Auf GitHub ansehen↗

    LightLLM is a high-performance serving framework for deploying and executing large language models. It functions as a multi-GPU inference engine and server capable of handling dense architectures, mixture-of-experts designs, and multimodal models that process both text and images. The system is distinguished by its specialized support for Mixture-of-Experts models using expert parallelism and fused kernels. It implements structured text generation through deterministic state machines and pushdown automata to enforce precise output formats. To optimize throughput, the framework employs specula

    Distributes model workloads across multiple GPUs using tensor, data, and expert parallelism clusters for distributed execution.

    Pythondeep-learninggptllama
    Auf GitHub ansehen↗3,901
  1. Home
  2. DevOps & Infrastructure
  3. Multi-GPU Deployment
  4. Distributed Inference Clusters

Unter-Tags erkunden

  • GPU Parallelism PartitionersDefines how GPUs are grouped into tensor, pipeline, context, and mixture-of-experts parallelism clusters for distributed model execution. **Distinct from Distributed Inference Clusters:** Distinct from Distributed Inference Clusters: focuses on partitioning GPUs into specific parallelism strategies, not just cluster configuration.
  • Multi-Thousand GPU Cluster ConstructionsDesigns and operates L0/L1 infrastructure and network topologies for large-scale model workloads. **Distinct from Distributed Inference Clusters:** Distinct from Distributed Inference Clusters: focuses on construction of large clusters rather than inference scaling.