Skip to content

documentation: currency update for the SageMaker data parallelism lib #3829

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 4 commits into from
May 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/training/sdp_versions/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depending on the version of the library you use.
<https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html#data-parallel-use-python-skd-api>`_
for more information.

For versions between 1.4.0 and 1.7.0 (Latest)
For versions between 1.4.0 and 1.8.0 (Latest)
=============================================

.. toctree::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,64 @@ Release Notes
#############

New features, bug fixes, and improvements are regularly made to the SageMaker
distributed data parallel library.
data parallelism library.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qq: why did we remove distributed from the name here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The official name of the library is "the SageMaker data parallelism library. I'm trying to fix it whenever I find it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


SageMaker Distributed Data Parallel 1.7.0 Release Notes
SageMaker Distributed Data Parallel 1.8.0 Release Notes
=======================================================

*Date: Feb. 10. 2023*
*Date: Apr. 17. 2023*

**Currency Updates**

* Added support for PyTorch 1.13.1.
* Added support for PyTorch 2.0.0.

**Migration to AWS Deep Learning Containers**

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

- PyTorch 1.13.1 DLC
- PyTorch 2.0.0 DLC

.. code::

763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:1.13.1-gpu-py39-cu117-ubuntu20.04-sagemaker
763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:2.0.0-gpu-py310-cu118-ubuntu20.04-sagemaker

Binary file of this version of the library for custom container users:

.. code::

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
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


----

Release History
===============

SageMaker Distributed Data Parallel 1.7.0 Release Notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*Date: Feb. 10. 2023*

**Currency Updates**

* Added support for PyTorch 1.13.1.

**Migration to AWS Deep Learning Containers**

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

- PyTorch 1.13.1 DLC

.. code::

763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:1.13.1-gpu-py39-cu117-ubuntu20.04-sagemaker

Binary file of this version of the library for custom container users:

.. code::

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

SageMaker Distributed Data Parallel 1.6.0 Release Notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down