This is the Linux app named DualPipe whose latest release can be downloaded as DualPipesourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named DualPipe with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
DualPipe
DESCRIPTION
DualPipe is a bidirectional pipeline parallelism algorithm open-sourced by DeepSeek, introduced in their DeepSeek-V3 technical framework. The main goal of DualPipe is to maximize overlap between computation and communication phases during distributed training, thus reducing idle GPU time (i.e. “pipeline bubbles”) and improving cluster efficiency. Traditional pipeline parallelism methods (e.g. 1F1B or staggered pipelining) leave gaps because forward and backward phases can’t fully overlap with communication. DualPipe addresses that by scheduling micro-batches from both ends of the pipeline in a bidirectional fashion—i.e. some micro-batches flow forward while others flow backward—so that computation on one partition can coincide with communication for another.
Features
- Bidirectional scheduling of micro-batches to overlap forward and backward passes
- Reduction of pipeline bubbles and GPU idle times
- Support for composition with other parallelism strategies (MoE, EP, tensor parallelism)
- Python implementation of scheduling logic (dualpipe.py)
- Profile / diagnostics to measure computation-communication overlap and efficiency
- Open source and publicly released as part of DeepSeek’s open infrastructure initiative
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/dualpipe.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.