diff --git a/doc/api/training/sdp_versions/latest.rst b/doc/api/training/sdp_versions/latest.rst index 6b3ed01a7d..7ca0061aa9 100644 --- a/doc/api/training/sdp_versions/latest.rst +++ b/doc/api/training/sdp_versions/latest.rst @@ -26,8 +26,8 @@ depending on the version of the library you use. `_ for more information. -Version 1.4.0 (Latest) -====================== +Version 1.4.0, 1.4.1 (Latest) +============================= .. toctree:: :maxdepth: 1 diff --git a/doc/api/training/sdp_versions/v1.2.x/smd_data_parallel_pytorch.rst b/doc/api/training/sdp_versions/v1.2.x/smd_data_parallel_pytorch.rst index 4a53692753..6075a3cf1c 100644 --- a/doc/api/training/sdp_versions/v1.2.x/smd_data_parallel_pytorch.rst +++ b/doc/api/training/sdp_versions/v1.2.x/smd_data_parallel_pytorch.rst @@ -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:** diff --git a/doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.rst b/doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.rst index 09ed62bab6..289074255d 100644 --- a/doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.rst +++ b/doc/api/training/smd_data_parallel_release_notes/smd_data_parallel_change_log.rst @@ -1,4 +1,4 @@ -.. _sdp_1.2.2_release_note: +.. _sdp_release_note: ############# Release Notes @@ -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..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** @@ -72,11 +108,6 @@ This version passed benchmark testing and is migrated to the following AWS Deep 763104351884.dkr.ecr..amazonaws.com/pytorch-training:1.10.2-gpu-py38-cu113-ubuntu20.04-sagemaker ----- - -Release History -=============== - SageMaker Distributed Data Parallel 1.2.2 Release Notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/api/training/smd_model_parallel_release_notes/smd_model_parallel_change_log.rst b/doc/api/training/smd_model_parallel_release_notes/smd_model_parallel_change_log.rst index 630dad5a86..d65efd5022 100644 --- a/doc/api/training/smd_model_parallel_release_notes/smd_model_parallel_change_log.rst +++ b/doc/api/training/smd_model_parallel_release_notes/smd_model_parallel_change_log.rst @@ -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..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** @@ -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 -------------------------------------------------------- @@ -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:: diff --git a/doc/api/training/smp_versions/latest.rst b/doc/api/training/smp_versions/latest.rst index 5b8c732618..49085d9347 100644 --- a/doc/api/training/smp_versions/latest.rst +++ b/doc/api/training/smp_versions/latest.rst @@ -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.