Skip to content

documentation: release notes for SMDDP 1.4.1 and SMDMP 1.9.0 #3093

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 6 commits into from
May 18, 2022
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
4 changes: 2 additions & 2 deletions doc/api/training/sdp_versions/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ 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.

Version 1.4.0 (Latest)
======================
Version 1.4.0, 1.4.1 (Latest)
=============================

.. toctree::
:maxdepth: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ PyTorch API
.. note::

The ``no_sync()`` context manager is available from smdistributed-dataparallel v1.2.2.
To find the release note, see :ref:`sdp_1.2.2_release_note`.
To find the release note, see :ref:`sdp_release_note`.

**Example:**

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _sdp_1.2.2_release_note:
.. _sdp_release_note:

#############
Release Notes
Expand All @@ -7,9 +7,45 @@ Release Notes
New features, bug fixes, and improvements are regularly made to the SageMaker
distributed data parallel library.

SageMaker Distributed Data Parallel 1.4.0 Release Notes
SageMaker Distributed Data Parallel 1.4.1 Release Notes
=======================================================

*Date: May. 3. 2022*

**Currency Updates**

* Added support for PyTorch 1.11.0

**Known Issues**

* The library currently does not support the PyTorch sub-process groups API (torch.distributed.new_group (https://pytorch.org/docs/stable/distributed.html#torch.distributed.new_group)).


**Migration to AWS Deep Learning Containers**

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

- PyTorch 1.11.0 DLC

.. code::

763104351884.dkr.ecr.<region>.amazonaws.com/pytorch-training:1.11.0-gpu-py38-cu113-ubuntu20.04-sagemaker

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

.. code::

https://smdataparallel.s3.amazonaws.com/binary/pytorch/1.11.0/cu113/2022-04-14/smdistributed_dataparallel-1.4.1-cp38-cp38-linux_x86_64.whl


----

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

SageMaker Distributed Data Parallel 1.4.0 Release Notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*Date: Feb. 24. 2022*

**New Features**
Expand Down Expand Up @@ -72,11 +108,6 @@ This version passed benchmark testing and is migrated to the following AWS Deep
763104351884.dkr.ecr.<region>.amazonaws.com/pytorch-training:1.10.2-gpu-py38-cu113-ubuntu20.04-sagemaker


----

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

SageMaker Distributed Data Parallel 1.2.2 Release Notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,41 @@ Release Notes
New features, bug fixes, and improvements are regularly made to the SageMaker
distributed model parallel library.

SageMaker Distributed Model Parallel 1.8.1 Release Notes
SageMaker Distributed Model Parallel 1.9.0 Release Notes
========================================================

*Date: May. 3. 2022*

**Currency Updates**

* Added support for PyTorch 1.11.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.11.0 DLC

.. code::

763104351884.dkr.ecr.<region>.amazonaws.com/pytorch-training:1.11.0-gpu-py38-cu113-ubuntu20.04-sagemaker

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

.. code::

https://sagemaker-distributed-model-parallel.s3.us-west-2.amazonaws.com/pytorch-1.11.0/build-artifacts/2022-04-20-17-05/smdistributed_modelparallel-1.9.0-cp38-cp38-linux_x86_64.whl



----

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

SageMaker Distributed Model Parallel 1.8.1 Release Notes
--------------------------------------------------------

*Date: April. 23. 2022*

**New Features**
Expand Down Expand Up @@ -59,11 +91,6 @@ This version passed benchmark testing and is migrated to the following AWS Deep
https://sagemaker-distributed-model-parallel.s3.us-west-2.amazonaws.com/pytorch-1.10.0/build-artifacts/2022-04-14-03-58/smdistributed_modelparallel-1.8.1-cp38-cp38-linux_x86_64.whl


----

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

SageMaker Distributed Model Parallel 1.8.0 Release Notes
--------------------------------------------------------

Expand Down Expand Up @@ -91,7 +118,7 @@ This version passed benchmark testing and is migrated to the following AWS Deep
763104351884.dkr.ecr.us-west-2.amazonaws.com/huggingface-pytorch-training:1.10.2-transformers4.17.0-gpu-py38-cu113-ubuntu20.04


* The binary file of this version of the library for custom container users
The binary file of this version of the library for custom container users:

.. code::

Expand Down
4 changes: 2 additions & 2 deletions doc/api/training/smp_versions/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ depending on which version of the library you need to use.
To use the library, reference the
**Common API** documentation alongside the framework specific API documentation.

Version 1.7.0, 1.8.0, 1.8.1 (Latest)
====================================
Version 1.7.0, 1.8.0, 1.8.1, 1.9.0 (Latest)
===========================================

To use the library, reference the Common API documentation alongside the framework specific API documentation.

Expand Down