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
·
deepseek-ai avatar

deepseek-ai/DualPipe

0
View on GitHub↗
2,967 stele·326 fork-uri·Python·MIT·2 vizualizări

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.

Istoric stele

Graficul istoricului de stele pentru deepseek-ai/dualpipeGraficul istoricului de stele pentru deepseek-ai/dualpipe

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru DualPipe

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu DualPipe.
  • deepseek-ai/eplbAvatar deepseek-ai

    deepseek-ai/EPLB

    1,388Vezi pe GitHub↗

    Expert Parallelism Load Balancer

    Python
    Vezi pe GitHub↗1,388
  • deepseek-ai/deepepAvatar deepseek-ai

    deepseek-ai/DeepEP

    9,736Vezi pe 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
    Vezi pe GitHub↗9,736
  • open-mmlab/openpcdetAvatar open-mmlab

    open-mmlab/OpenPCDet

    5,621Vezi pe 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
    Vezi pe GitHub↗5,621
  • stability-ai/stablelmAvatar Stability-AI

    Stability-AI/StableLM

    15,699Vezi pe 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
    Vezi pe GitHub↗15,699
Vezi toate cele 30 alternative pentru DualPipe→

Întrebări frecvente

Ce face deepseek-ai/dualpipe?

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

Care sunt principalele funcționalități ale deepseek-ai/dualpipe?

Principalele funcționalități ale deepseek-ai/dualpipe sunt: Attention Optimization, Distributed Training Tools.

Care sunt câteva alternative open-source pentru deepseek-ai/dualpipe?

Alternativele open-source pentru deepseek-ai/dualpipe includ: 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…