-
Notifications
You must be signed in to change notification settings - Fork 1.2k
documentation: smddp 1.2.1 release note / convert md to rst #2493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
3040723
documentation: smddp 1.2.1 release note / convert md to rst
mchoi8739 b7b0c45
documentation: incorp feedback
mchoi8739 256bc01
incorp feedback
mchoi8739 37d4468
Merge branch 'master' into smddp-1.2.1-doc
mchoi8739 593d59f
Merge branch 'master' into smddp-1.2.1-doc
apogupta2018 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
Version 1.2.0 (Latest) | ||
Version 1.2.x (Latest) | ||
====================== | ||
|
||
.. toctree:: | ||
|
This file contains hidden or 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 hidden or 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
91 changes: 0 additions & 91 deletions
91
doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.md
This file was deleted.
Oops, something went wrong.
170 changes: 170 additions & 0 deletions
170
doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.rst
This file contains hidden or 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,170 @@ | ||
Sagemaker Distributed Data Parallel 1.2.1 Release Notes | ||
======================================================= | ||
|
||
*Date: June. 29. 2021* | ||
|
||
**New Features:** | ||
|
||
- Added support for TensorFlow 2.5.0. | ||
|
||
**Improvements** | ||
|
||
- Improved performance on a single node and small clusters (2-4 nodes). | ||
|
||
**Bug fixes** | ||
|
||
- Enable ``sparse_as_dense`` by default for SageMaker distributed data | ||
parallel library for TensorFlow APIs: ``DistributedGradientTape`` and | ||
``DistributedOptimizer``. | ||
|
||
**Migration to AWS Deep Learning Containers** | ||
|
||
This version passed benchmark testing and is migrated to the following AWS Deep Learning Containers: | ||
|
||
- TensorFlow 2.5.0 DLC release: `v1.0-tf-2.5.0-tr-py37 | ||
<https://github.com/aws/deep-learning-containers/releases/tag/v1.0-tf-2.5.0-tr-py37>`__ | ||
|
||
.. code:: | ||
|
||
763104351884.dkr.ecr.<region>.amazonaws.com/tensorflow-training:2.5.0-gpu-py37-cu112-ubuntu18.04-v1.0 | ||
|
||
---- | ||
|
||
Release History | ||
=============== | ||
|
||
Sagemaker Distributed Data Parallel 1.2.0 Release Notes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- New features | ||
- Bug Fixes | ||
|
||
**New features:** | ||
|
||
- Support of `EFA network | ||
interface <https://aws.amazon.com/hpc/efa/>`__ for distributed | ||
AllReduce. For best performance, it is recommended you use an | ||
instance type that supports Amazon Elastic Fabric Adapter | ||
(ml.p3dn.24xlarge and ml.p4d.24xlarge) when you train a model using | ||
Sagemaker Distributed data parallel. | ||
|
||
**Bug Fixes:** | ||
|
||
- Improved performance on single node and small clusters. | ||
|
||
---- | ||
|
||
Sagemaker Distributed Data Parallel 1.1.2 Release Notes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- Bug Fixes | ||
- Known Issues | ||
|
||
**Bug Fixes:** | ||
|
||
- Fixed a bug that caused some TensorFlow operations to not work with | ||
certain data types. Operations forwarded from C++ have been extended | ||
to support every dtype supported by NCCL. | ||
|
||
**Known Issues:** | ||
|
||
- Sagemaker Distributed data parallel has slower throughput than NCCL | ||
when run using a single node. For the best performance, use | ||
multi-node distributed training with smdistributed.dataparallel. Use | ||
a single node only for experimental runs while preparing your | ||
training pipeline. | ||
|
||
---- | ||
|
||
Sagemaker Distributed Data Parallel 1.1.1 Release Notes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- New Features | ||
- Bug Fixes | ||
- Known Issues | ||
|
||
**New Features:** | ||
|
||
- Adds support for PyTorch 1.8.1 | ||
|
||
**Bug Fixes:** | ||
|
||
- Fixes a bug that was causing gradients from one of the worker nodes | ||
to be added twice resulting in incorrect ``all_reduce`` results under | ||
some conditions. | ||
|
||
**Known Issues:** | ||
|
||
- SageMaker distributed data parallel still is not efficient when run | ||
using a single node. For the best performance, use multi-node | ||
distributed training with ``smdistributed.dataparallel``. Use a | ||
single node only for experimental runs while preparing your training | ||
pipeline. | ||
|
||
---- | ||
|
||
Sagemaker Distributed Data Parallel 1.1.0 Release Notes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- New Features | ||
- Bug Fixes | ||
- Improvements | ||
- Known Issues | ||
|
||
**New Features:** | ||
|
||
- Adds support for PyTorch 1.8.0 with CUDA 11.1 and CUDNN 8 | ||
|
||
**Bug Fixes:** | ||
|
||
- Fixes crash issue when importing ``smdataparallel`` before PyTorch | ||
|
||
**Improvements:** | ||
|
||
- Update ``smdataparallel`` name in python packages, descriptions, and | ||
log outputs | ||
|
||
**Known Issues:** | ||
|
||
- SageMaker DataParallel is not efficient when run using a single node. | ||
For the best performance, use multi-node distributed training with | ||
``smdataparallel``. Use a single node only for experimental runs | ||
while preparing your training pipeline. | ||
|
||
Getting Started | ||
|
||
For getting started, refer to SageMaker Distributed Data Parallel Python | ||
SDK Guide | ||
(https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html#data-parallel-use-python-skd-api). | ||
|
||
---- | ||
|
||
Sagemaker Distributed Data Parallel 1.0.0 Release Notes | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
- First Release | ||
- Getting Started | ||
|
||
First Release | ||
------------- | ||
|
||
SageMaker’s distributed data parallel library extends SageMaker’s | ||
training capabilities on deep learning models with near-linear scaling | ||
efficiency, achieving fast time-to-train with minimal code changes. | ||
SageMaker Distributed Data Parallel: | ||
|
||
- optimizes your training job for AWS network infrastructure and EC2 | ||
instance topology. | ||
- takes advantage of gradient update to communicate between nodes with | ||
a custom AllReduce algorithm. | ||
|
||
The library currently supports TensorFlow v2 and PyTorch via `AWS Deep | ||
Learning | ||
Containers <https://aws.amazon.com/machine-learning/containers/>`__. | ||
|
||
Getting Started | ||
--------------- | ||
|
||
For getting started, refer to `SageMaker Distributed Data Parallel | ||
Python SDK | ||
Guide <https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html#data-parallel-use-python-skd-api>`__. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can remove that suffix v1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok maybe we should have it, since tag 2.5.0-gpu-py37-cu112-ubuntu18.04 will govern all future 2.5 tag, and we may have smddp 1.3 goes into tf 2.5.0
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For smddp 1.3.0, we will publish another release note.