awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesModel Parallelism Frameworks

Techniques for splitting neural network layers across multiple devices to manage memory and compute load.

Distinguishing note: Focuses on pipeline-based layer partitioning, distinct from data-parallel training approaches.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Model Parallelism Frameworks. Refine with filters or upvote what's useful.

Awesome Model Parallelism Frameworks GitHub Repositories

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

    deepspeedai/DeepSpeed

    42,528Vezi pe GitHub↗

    DeepSpeed is a high-performance library designed to scale deep learning model training and inference across massive clusters of GPUs and compute nodes. It provides a comprehensive suite of tools for distributed training, enabling the execution of models that exceed the memory capacity of single devices through advanced parameter partitioning, pipeline-based model parallelism, and memory-efficient state offloading. The framework distinguishes itself through specialized communication-efficient optimizers and hardware-aware acceleration techniques. By utilizing gradient compression, quantization

    Neural network layers are partitioned into sequential stages across multiple devices to distribute memory load and enable large-scale model training.

    Pythonbillion-parameterscompressiondata-parallelism
    Vezi pe GitHub↗42,528
  • eleutherai/gpt-neoxAvatar EleutherAI

    EleutherAI/gpt-neox

    7,392Vezi pe GitHub↗

    gpt-neox is a distributed training system and framework for building large-scale autoregressive language models. It implements the transformer architecture and provides a toolkit for training models with billions of parameters by distributing weights across compute clusters. The framework distinguishes itself through extensive support for distributed model parallelism, including pipeline and sequence parallelism, to overcome single-device memory limits. It further supports sparse model architectures using a mixture of experts system with Sinkhorn-based routing. The project covers a broad ran

    Distributes model layers across multiple GPUs using pipeline, model, and sequence parallelism.

    Pythondeepspeed-librarygpt-3language-model
    Vezi pe GitHub↗7,392
  • deepspeedai/deepspeedexamplesAvatar deepspeedai

    deepspeedai/DeepSpeedExamples

    6,822Vezi pe GitHub↗

    DeepSpeedExamples is a collection of reference implementations and scripts for training, fine-tuning, and executing inference on large-scale AI models using DeepSpeed optimization. It provides a distributed model training guide and practical workflows for adapting large language models through memory-efficient techniques. The repository includes specialized implementations for pipeline parallelism to handle models exceeding single GPU memory and a suite of examples for ZeRO memory optimization to reduce per-device overhead. It also features standardized test suites for benchmarking the throug

    Provides reference implementations for dividing neural network layers across multiple devices using pipeline parallelism.

    Python
    Vezi pe GitHub↗6,822
  1. Home
  2. Artificial Intelligence & ML
  3. Model Parallelism Frameworks