Skip to content

Commit f09d912

Browse files
SM DDP release notes/changelog files (#2091)
* Added a folder for SM DDP release notes * Added links from sdp data parallel page to change logs * Added newline to end of file * Fixed typo * Update doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.md Co-authored-by: Eric Johnson <[email protected]>
1 parent a739945 commit f09d912

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

doc/api/training/smd_data_parallel.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,12 @@ model.
7070

7171
sdp_versions/smd_data_parallel_pytorch
7272
sdp_versions/smd_data_parallel_tensorflow
73+
74+
Latest Updates
75+
==============
76+
77+
New features, bug fixes, and improvements are regularly made to the SageMaker distributed data parallel library.
78+
79+
To see the the latest changes made to the library, refer to the library
80+
`Release Notes
81+
<https://github.com/aws/sagemaker-python-sdk/blob/master/doc/api/training/smd_data_parallel_release_notes/>`_.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Sagemaker Distributed Data Parallel - Release Notes
2+
3+
- First Release
4+
- Getting Started
5+
6+
## First Release
7+
SageMaker's distributed data parallel library extends SageMaker’s training
8+
capabilities on deep learning models with near-linear scaling efficiency,
9+
achieving fast time-to-train with minimal code changes.
10+
SageMaker Distributed Data Parallel:
11+
12+
- optimizes your training job for AWS network infrastructure and EC2 instance topology.
13+
- takes advantage of gradient update to communicate between nodes with a custom AllReduce algorithm.
14+
15+
The library currently supports Tensorflow v2 and PyTorch via [AWS Deep Learning Containers](https://aws.amazon.com/machine-learning/containers/).
16+
17+
## Getting Started
18+
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).

0 commit comments

Comments
 (0)