awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةالمدونةخريطة الموقع
المشروعحولالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

10 مستودعات

Awesome GitHub RepositoriesMulti-GPU Deployment

Deployment strategies for scaling workloads across multiple graphics cards.

Distinguishing note: Focuses on infrastructure scaling for inference.

Explore 10 awesome GitHub repositories matching devops & infrastructure · Multi-GPU Deployment. Refine with filters or upvote what's useful.

Awesome Multi-GPU Deployment GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zai-org/chatglm-6bالصورة الرمزية لـ zai-org

    zai-org/ChatGLM-6B

    41,039عرض على GitHub↗

    ChatGLM-6B is a generative AI inference engine designed for local execution of transformer-based language models. It provides a comprehensive runtime environment that allows users to load and run pre-trained neural network weights directly on their own hardware, ensuring data privacy and independence from external cloud services. The project distinguishes itself through a hardware-agnostic execution backend that supports deployment across diverse environments, including standard processors, Apple Silicon, and multi-GPU configurations. It incorporates advanced optimization techniques such as w

    Scales model execution across multiple graphics cards to accommodate larger model sizes.

    Python
    عرض على GitHub↗41,039
  • openbmb/voxcpmالصورة الرمزية لـ OpenBMB

    OpenBMB/VoxCPM

    29,985عرض على GitHub↗

    VoxCPM is a multilingual speech synthesis system and text-to-speech inference server. It functions as an AI voice cloning tool and a synthetic voice designer, capable of generating natural speech across global languages and regional dialects using a GPU-accelerated audio generator. The project features a speech model fine-tuning framework that supports both full parameter updates and low-rank adaptation for customizing voice characteristics. It enables high-fidelity voice cloning from reference audio, including cross-lingual voice transfer and acoustic environment mimicry, as well as the crea

    Includes a distribution system that spreads model weights and computation across multiple GPUs for larger loads.

    Pythonaudiodeeplearningminicpm
    عرض على GitHub↗29,985
  • qwenlm/qwenالصورة الرمزية لـ QwenLM

    QwenLM/Qwen

    21,294عرض على GitHub↗

    Qwen is a comprehensive framework for large language model development, serving, and deployment. It provides a complete ecosystem for transformer-based sequence modeling, offering base models alongside specialized tools for instruction-tuned alignment, fine-tuning, and long-context inference. The project is designed to support both research and production environments, enabling users to train, optimize, and host generative models locally or across distributed hardware. The framework distinguishes itself through its focus on high-performance serving and extensibility. It features a high-perfor

    Implements tensor parallelism to distribute large model layers across multiple graphics cards for memory-efficient inference.

    Pythonchineseflash-attentionlarge-language-models
    عرض على GitHub↗21,294
  • fminference/flexllmgenالصورة الرمزية لـ FMInference

    FMInference/FlexLLMGen

    9,362عرض على GitHub↗

    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
    عرض على GitHub↗9,362
  • xorbitsai/inferenceالصورة الرمزية لـ xorbitsai

    xorbitsai/inference

    9,358عرض على GitHub↗

    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
    عرض على GitHub↗9,358
  • infrasys-ai/aiinfraالصورة الرمزية لـ Infrasys-AI

    Infrasys-AI/AIInfra

    7,414عرض على GitHub↗

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

    Jupyter Notebookaiinfraaisystem
    عرض على GitHub↗7,414
  • nvidia/isaac-gr00tالصورة الرمزية لـ NVIDIA

    NVIDIA/Isaac-GR00T

    6,222عرض على GitHub↗

    Solves distributed 2D and 3D FFTs across multiple machines for exascale problems using MPI-compatible communication.

    Jupyter Notebook
    عرض على GitHub↗6,222
  • zhaochenyang20/awesome-ml-sys-tutorialالصورة الرمزية لـ zhaochenyang20

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371عرض على 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

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

    Python
    عرض على GitHub↗5,371
  • flashinfer-ai/flashinferالصورة الرمزية لـ flashinfer-ai

    flashinfer-ai/flashinfer

    4,996عرض على GitHub↗

    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
    عرض على GitHub↗4,996
  • modeltc/lightllmالصورة الرمزية لـ ModelTC

    ModelTC/LightLLM

    3,901عرض على GitHub↗

    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
    عرض على GitHub↗3,901
  1. Home
  2. DevOps & Infrastructure
  3. Multi-GPU Deployment

استكشف الوسوم الفرعية

  • Distributed Inference Clusters2 وسوم فرعية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.
  • Multi-Node Math Workload Distributions1 وسم فرعيTechniques for transitioning single-GPU math operations to multi-GPU multi-node execution across thousands of GPUs with minimal code changes. **Distinct from Multi-GPU Deployment:** Distinct from Multi-GPU Deployment: focuses on scaling math workloads across nodes, not general deployment strategies.