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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deepseek-ai avatar

deepseek-ai/DualPipe

0
View on GitHub↗
2,967 estrellas·326 forks·Python·MIT·3 vistas

DualPipe

A bidirectional pipeline parallelism algorithm for computation-communication overlap in DeepSeek V3/R1 training.

Features

  • Attention Optimization - Pipeline parallelism optimization for deep learning models.
  • Distributed Training Tools - Bidirectional pipeline parallelism algorithm for overlapping computation and communication.

Historial de estrellas

Gráfico del historial de estrellas de deepseek-ai/dualpipeGráfico del historial de estrellas de deepseek-ai/dualpipe

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace deepseek-ai/dualpipe?

A bidirectional pipeline parallelism algorithm for computation-communication overlap in DeepSeek V3/R1 training.

¿Cuáles son las características principales de deepseek-ai/dualpipe?

Las características principales de deepseek-ai/dualpipe son: Attention Optimization, Distributed Training Tools.

¿Qué alternativas de código abierto existen para deepseek-ai/dualpipe?

Las alternativas de código abierto para deepseek-ai/dualpipe incluyen: deepseek-ai/eplb — Expert Parallelism Load Balancer. deepseek-ai/deepep — DeepEP is a distributed model accelerator and expert-parallel communication library designed to optimize the training… open-mmlab/openpcdet — OpenPCDet is a PyTorch deep learning library and toolbox for LiDAR 3D object detection. It functions as a point cloud… stability-ai/stablelm — StableLM is a pre-trained transformer-based large language model designed for natural language generation and… deepseek-ai/deepgemm — DeepGEMM is a suite of specialized GPU kernels and a just-in-time compiler designed for low-precision matrix… dao-ailab/flash-attention — FlashAttention is an attention mechanism optimization library and machine learning acceleration framework designed to…

Alternativas open-source a DualPipe

Proyectos open-source similares, clasificados según cuántas características comparten con DualPipe.
  • deepseek-ai/eplbAvatar de deepseek-ai

    deepseek-ai/EPLB

    1,388Ver en GitHub↗

    Expert Parallelism Load Balancer

    Python
    Ver en GitHub↗1,388
  • deepseek-ai/deepepAvatar de deepseek-ai

    deepseek-ai/DeepEP

    9,736Ver en GitHub↗

    DeepEP is a distributed model accelerator and expert-parallel communication library designed to optimize the training and inference of large-scale neural networks. It provides specialized GPU communication kernels and a remote GPU memory interface to facilitate high-throughput data exchange between hardware nodes. The system utilizes dynamic kernel generation to compile optimized GPU kernels during execution, removing the need for separate installation compilation steps. It implements virtual-lane traffic isolation to prevent interference between different data streams and employs routing met

    Cuda
    Ver en GitHub↗9,736
  • open-mmlab/openpcdetAvatar de open-mmlab

    open-mmlab/OpenPCDet

    5,621Ver en GitHub↗

    OpenPCDet is a PyTorch deep learning library and toolbox for LiDAR 3D object detection. It functions as a point cloud processing framework designed to develop, train, and evaluate machine learning models that identify and locate objects in three dimensional space. The project includes a GPU-accelerated geometry engine for high-performance implementation of 3D intersection over union and rotated non-maximum suppression. It also provides a distributed model training tool to scale the training and testing of detection models across multiple GPUs and computing nodes. The framework covers point c

    Python
    Ver en GitHub↗5,621
  • stability-ai/stablelmAvatar de Stability-AI

    Stability-AI/StableLM

    15,699Ver en GitHub↗

    StableLM is a pre-trained transformer-based large language model designed for natural language generation and zero-shot inference. It functions as a causal language model that predicts the next token in a sequence to produce human-like text for conversational and creative writing tasks. The model is built as a fine-tunable base, allowing the adaptation of pre-trained weights to specific tasks or styles through custom dataset training and weight regularization. It utilizes rotary positional embeddings and flash-attention to optimize memory usage and processing efficiency during deployment on G

    Jupyter Notebook
    Ver en GitHub↗15,699
  • Ver las 30 alternativas a DualPipe→