@@ -6,9 +6,47 @@ New features, bug fixes, and improvements are regularly made to the SageMaker
6
6
distributed model parallel library.
7
7
8
8
9
- SageMaker Distributed Model Parallel 1.13 .0 Release Notes
9
+ SageMaker Distributed Model Parallel 1.14 .0 Release Notes
10
10
=========================================================
11
11
12
+ *Date: Jan. 30. 2023 *
13
+
14
+ **Currency Updates **
15
+
16
+ * Added support for PyTorch v1.13.1
17
+
18
+ **Improvements **
19
+
20
+ * Upgraded the flash-attention (https://github.com/HazyResearch/flash-attention) library to v0.2.6.post1
21
+
22
+ **Migration to AWS Deep Learning Containers **
23
+
24
+ This version passed benchmark testing and is migrated to the following AWS Deep Learning Containers (DLC):
25
+
26
+ - SageMaker training container for PyTorch v1.13.1
27
+
28
+ .. code ::
29
+
30
+ 763104351884.dkr.ecr.<region>.amazonaws.com/pytorch-training:1.13.1-gpu-py39-cu117-ubuntu20.04-sagemaker
31
+
32
+
33
+ Binary file of this version of the library for `custom container
34
+ <https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-sm-sdk.html#model-parallel-bring-your-own-container> `_ users:
35
+
36
+ - For PyTorch 1.13.1
37
+
38
+ .. code ::
39
+
40
+ https://sagemaker-distributed-model-parallel.s3.us-west-2.amazonaws.com/pytorch-1.13.1/build-artifacts/2023-01-19-18-35/smdistributed_modelparallel-1.14.0-cp39-cp39-linux_x86_64.whl
41
+
42
+ ----
43
+
44
+ Release History
45
+ ===============
46
+
47
+ SageMaker Distributed Model Parallel 1.13.0 Release Notes
48
+ ---------------------------------------------------------
49
+
12
50
*Date: Dec. 15. 2022 *
13
51
14
52
**New Features **
@@ -46,16 +84,12 @@ This version passed benchmark testing and is migrated to the following AWS Deep
46
84
Binary file of this version of the library for `custom container
47
85
<https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-sm-sdk.html#model-parallel-bring-your-own-container> `_ users:
48
86
49
- - For PyTorch 1.12.0
87
+ - For PyTorch 1.12.1
50
88
51
89
.. code ::
52
90
53
91
https://sagemaker-distributed-model-parallel.s3.us-west-2.amazonaws.com/pytorch-1.12.1/build-artifacts/2022-12-08-21-34/smdistributed_modelparallel-1.13.0-cp38-cp38-linux_x86_64.whl
54
92
55
- ----
56
-
57
- Release History
58
- ===============
59
93
60
94
SageMaker Distributed Model Parallel 1.11.0 Release Notes
61
95
---------------------------------------------------------
@@ -92,7 +126,7 @@ Binary file of this version of the library for `custom container
92
126
93
127
.. code ::
94
128
95
- https://sagemaker-distribu
129
+ https://sagemaker-distributed-model-parallel.s3.us-west-2.amazonaws.com/pytorch-1.12.0/build-artifacts/2022-08-12-16-58/smdistributed_modelparallel-1.11.0-cp38-cp38-linux_x86_64.whl
96
130
97
131
SageMaker Distributed Model Parallel 1.10.1 Release Notes
98
132
---------------------------------------------------------
0 commit comments