@@ -6,9 +6,47 @@ New features, bug fixes, and improvements are regularly made to the SageMaker
66distributed model parallel library.
77
88
9- SageMaker Distributed Model Parallel 1.13 .0 Release Notes
9+ SageMaker Distributed Model Parallel 1.14 .0 Release Notes
1010=========================================================
1111
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+
1250*Date: Dec. 15. 2022 *
1351
1452**New Features **
@@ -46,16 +84,12 @@ This version passed benchmark testing and is migrated to the following AWS Deep
4684 Binary file of this version of the library for `custom container
4785<https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-sm-sdk.html#model-parallel-bring-your-own-container> `_ users:
4886
49- - For PyTorch 1.12.0
87+ - For PyTorch 1.12.1
5088
5189 .. code ::
5290
5391 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
5492
55- ----
56-
57- Release History
58- ===============
5993
6094 SageMaker Distributed Model Parallel 1.11.0 Release Notes
6195---------------------------------------------------------
@@ -92,7 +126,7 @@ Binary file of this version of the library for `custom container
92126
93127 .. code ::
94128
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
96130
97131 SageMaker Distributed Model Parallel 1.10.1 Release Notes
98132---------------------------------------------------------
0 commit comments