@@ -7,9 +7,45 @@ Release Notes
7
7
New features, bug fixes, and improvements are regularly made to the SageMaker
8
8
distributed data parallel library.
9
9
10
- SageMaker Distributed Data Parallel 1.4.1 Release Notes
10
+ SageMaker Distributed Data Parallel 1.5.0 Release Notes
11
11
=======================================================
12
12
13
+ *Date: Jul. 26. 2022 *
14
+
15
+ **Currency Updates **
16
+
17
+ * Added support for PyTorch 1.12.0.
18
+
19
+ **Bug Fixes **
20
+
21
+ * Improved stability for long-running training jobs.
22
+
23
+
24
+ **Migration to AWS Deep Learning Containers **
25
+
26
+ This version passed benchmark testing and is migrated to the following AWS Deep Learning Containers (DLC):
27
+
28
+ - PyTorch 1.12.0 DLC
29
+
30
+ .. code ::
31
+
32
+ 763104351884.dkr.ecr.<region>.amazonaws.com/pytorch-training:1.12.0-gpu-py38-cu113-ubuntu20.04-sagemaker
33
+
34
+ Binary file of this version of the library for custom container users:
35
+
36
+ .. code ::
37
+
38
+ https://smdataparallel.s3.amazonaws.com/binary/pytorch/1.12.0/cu113/2022-07-01/smdistributed_dataparallel-1.5.0-cp38-cp38-linux_x86_64.whl
39
+
40
+
41
+ ----
42
+
43
+ Release History
44
+ ===============
45
+
46
+ SageMaker Distributed Data Parallel 1.4.1 Release Notes
47
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48
+
13
49
*Date: May. 3. 2022 *
14
50
15
51
**Currency Updates **
@@ -18,7 +54,9 @@ SageMaker Distributed Data Parallel 1.4.1 Release Notes
18
54
19
55
**Known Issues **
20
56
21
- * 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)).
57
+ * The library currently does not support the PyTorch sub-process groups API
58
+ (`torch.distributed.new_group
59
+ <https://pytorch.org/docs/stable/distributed.html#torch.distributed.new_group> `_).
22
60
23
61
24
62
**Migration to AWS Deep Learning Containers **
@@ -38,11 +76,6 @@ Binary file of this version of the library for custom container users:
38
76
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
39
77
40
78
41
- ----
42
-
43
- Release History
44
- ===============
45
-
46
79
SageMaker Distributed Data Parallel 1.4.0 Release Notes
47
80
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48
81
0 commit comments