-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Shaden Smith <[email protected]> Co-authored-by: Shaden Smith <[email protected]>
- Loading branch information
1 parent
c76769c
commit a8a8b3d
Showing
6 changed files
with
130 additions
and
68 deletions.
There are no files selected for viewing
Submodule DeepSpeedExamples
updated
11 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: single | ||
title: "Training a Trillion Parameters with Pipeline Parallelism" | ||
excerpt: "" | ||
categories: news | ||
new_post: true | ||
date: 2020-09-09 00:00:00 | ||
--- | ||
|
||
DeepSpeed includes new support for pipeline parallelism! DeepSpeed's training | ||
engine provides hybrid 3D parallelism for training models with over a | ||
trillion parameters. In addition to scaling to the extreme, we have | ||
demonstrated that hybrid parallelism accelerates training on clusters with | ||
low-bandwidth network by up to 7x. | ||
|
||
* For a brief overview and results including trillion-parameter capabilities, | ||
see our [press release]({{ site.press_release_v3 }}). | ||
* To get started with pipeline parallel training in DeepSpeed, we recommend our [tutorial](/tutorials/pipeline/). | ||
* See our AlexNet example in [DeepSpeedExamples](https://github.com/microsoft/DeepSpeedExamples). | ||
* Read our API documentation on [readthedocs](https://deepspeed.readthedocs.io/en/latest/pipeline.html). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters