awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesDistributed Inference Frameworks

Platforms for serving large models in distributed production environments.

Distinguishing note: Focuses on the domain of distributed inference, distinct from training.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Distributed Inference Frameworks. Refine with filters or upvote what's useful.

Awesome Distributed Inference Frameworks GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hpcaitech/colossalaiAvatar hpcaitech

    hpcaitech/ColossalAI

    41,395Vezi pe GitHub↗

    ColossalAI is a distributed deep learning framework designed for training and deploying massive artificial intelligence models across clusters of hardware accelerators. It functions as a parallel computing engine that partitions model workloads and data across multiple processors to maximize memory efficiency and throughput. The platform distinguishes itself through a comprehensive suite of parallelization strategies, including multi-dimensional tensor parallelism and pipeline-based model parallelism, which segment neural network layers and stages across devices. To support large-scale genera

    Serves large-scale generative models in production by splitting workloads across multiple hardware accelerators.

    Pythonaibig-modeldata-parallelism
    Vezi pe GitHub↗41,395
  • huggingface/text-generation-inferenceAvatar huggingface

    huggingface/text-generation-inference

    10,775Vezi pe GitHub↗

    Text Generation Inference is a production-ready engine designed for the deployment and serving of large language models. It functions as a containerized runtime environment that manages model execution, scales across distributed hardware, and provides high-performance inference capabilities for demanding production environments. The project distinguishes itself through advanced optimization techniques, including continuous batching to maximize hardware utilization and tensor parallelism to shard large models across multiple accelerator cards. It supports efficient inference through custom com

    Distributes large model execution across multiple accelerator cards to handle complex, memory-intensive tasks.

    Pythonbloomdeep-learningfalcon
    Vezi pe GitHub↗10,775
  • lyhue1991/eat_tensorflow2_in_30_daysAvatar lyhue1991

    lyhue1991/eat_tensorflow2_in_30_days

    9,933Vezi pe GitHub↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Covers the deployment and scaling of model predictions across GPU and TPU clusters.

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    Vezi pe GitHub↗9,933
  • pytorch-labs/gpt-fastAvatar pytorch-labs

    pytorch-labs/gpt-fast

    6,225Vezi pe GitHub↗

    gpt-fast este un motor de inferență pentru transformatoare PyTorch conceput pentru generarea de text cu latență scăzută. Acesta funcționează ca o bibliotecă de inferență GPU distribuită, un runner de modele cuantizate și un framework de decodare speculativă. Sistemul utilizează un flux de lucru de decodare speculativă unde un model draft mic prezice secvențe de token-uri pentru verificare de către un model mai mare, pentru a accelera generarea. Suportă execuția modelelor cuantizate pentru a reduce amprenta de memorie și implementează paralelismul tensorial pentru a împărți calculele pe mai multe GPU-uri. Proiectul include un harness de evaluare standardizat pentru a măsura acuratețea și performanța modelelor transformatoare. Gestionează eficiența inferenței prin gestionarea cache-ului key-value și utilizarea operațiunilor tensoriale native PyTorch.

    Provides a framework for distributing transformer model inference across multiple GPUs.

    Python
    Vezi pe GitHub↗6,225
  • zhaochenyang20/awesome-ml-sys-tutorialAvatar zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371Vezi pe GitHub↗

    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

    Integrates high-performance inference engines to support distributed, multi-turn tool usage and efficient sequence generation.

    Python
    Vezi pe GitHub↗5,371
  • b4rtaz/distributed-llamaAvatar b4rtaz

    b4rtaz/distributed-llama

    2,837Vezi pe GitHub↗

    Distributed-llama is a distributed inference engine and command line tool for running large language models across multiple networked machines. It functions as a compute cluster manager that coordinates worker nodes to share the computational load of a single model. The system utilizes tensor parallelism to shard model weights across different hosts, allowing the execution of models that exceed the memory capacity of a single piece of hardware. It includes a dedicated format converter to transform standard model files into a compatible binary layout optimized for distributed loading. The eng

    A distributed inference framework that runs large language models across multiple networked machines using tensor parallelism.

    C++distributed-computingdistributed-llmllama2
    Vezi pe GitHub↗2,837
  • vllm-project/vllm-omniAvatar vllm-project

    vllm-project/vllm-omni

    2,776Vezi pe GitHub↗

    vllm-omni is a high-throughput serving engine and distributed inference framework designed for omni-modal models. It serves as a multi-modal model API server capable of generating text, image, video, and audio data, providing a standardized interface for remote client access. The system features a non-autoregressive generation engine for parallel media production and a robot policy inference server that acts as a real-time communication bridge to robotic hardware using specialized protocols. It supports hybrid execution models that combine sequential token generation with parallelized media g

    Implements a high-throughput coordination system for executing omni-modal models across multiple hardware accelerators and workers.

    Pythonaudio-generationdiffusionimage-generation
    Vezi pe GitHub↗2,776
  1. Home
  2. Artificial Intelligence & ML
  3. Distributed Inference Frameworks