Skip to content

Commit 5b01d66

Browse files
authored
documentation: currency update for the SageMaker data parallelism lib (#3829)
* quick doc changes for currency update * update version number * Trigger Build
1 parent 5f40087 commit 5b01d66

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

doc/api/training/sdp_versions/latest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ depending on the version of the library you use.
2626
<https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html#data-parallel-use-python-skd-api>`_
2727
for more information.
2828

29-
For versions between 1.4.0 and 1.7.0 (Latest)
29+
For versions between 1.4.0 and 1.8.0 (Latest)
3030
=============================================
3131

3232
.. toctree::

doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.rst

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,39 +5,64 @@ Release Notes
55
#############
66

77
New features, bug fixes, and improvements are regularly made to the SageMaker
8-
distributed data parallel library.
8+
data parallelism library.
99

10-
SageMaker Distributed Data Parallel 1.7.0 Release Notes
10+
SageMaker Distributed Data Parallel 1.8.0 Release Notes
1111
=======================================================
1212

13-
*Date: Feb. 10. 2023*
13+
*Date: Apr. 17. 2023*
1414

1515
**Currency Updates**
1616

17-
* Added support for PyTorch 1.13.1.
17+
* Added support for PyTorch 2.0.0.
1818

1919
**Migration to AWS Deep Learning Containers**
2020

2121
This version passed benchmark testing and is migrated to the following AWS Deep Learning Containers (DLC):
2222

23-
- PyTorch 1.13.1 DLC
23+
- PyTorch 2.0.0 DLC
2424

2525
.. code::
2626
27-
763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:1.13.1-gpu-py39-cu117-ubuntu20.04-sagemaker
27+
763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:2.0.0-gpu-py310-cu118-ubuntu20.04-sagemaker
2828
2929
Binary file of this version of the library for custom container users:
3030

3131
.. code::
3232
33-
https://smdataparallel.s3.amazonaws.com/binary/pytorch/1.13.1/cu117/2023-01-09/smdistributed_dataparallel-1.7.0-cp39-cp39-linux_x86_64.whl
33+
https://smdataparallel.s3.amazonaws.com/binary/pytorch/2.0.0/cu118/2023-03-20/smdistributed_dataparallel-1.8.0-cp310-cp310-linux_x86_64.whl
3434
3535
3636
----
3737

3838
Release History
3939
===============
4040

41+
SageMaker Distributed Data Parallel 1.7.0 Release Notes
42+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43+
44+
*Date: Feb. 10. 2023*
45+
46+
**Currency Updates**
47+
48+
* Added support for PyTorch 1.13.1.
49+
50+
**Migration to AWS Deep Learning Containers**
51+
52+
This version passed benchmark testing and is migrated to the following AWS Deep Learning Containers (DLC):
53+
54+
- PyTorch 1.13.1 DLC
55+
56+
.. code::
57+
58+
763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:1.13.1-gpu-py39-cu117-ubuntu20.04-sagemaker
59+
60+
Binary file of this version of the library for custom container users:
61+
62+
.. code::
63+
64+
https://smdataparallel.s3.amazonaws.com/binary/pytorch/1.13.1/cu117/2023-01-09/smdistributed_dataparallel-1.7.0-cp39-cp39-linux_x86_64.whl
65+
4166
SageMaker Distributed Data Parallel 1.6.0 Release Notes
4267
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4368

0 commit comments

Comments
 (0)