File tree 1 file changed +15
-4
lines changed
doc/api/training/smd_model_parallel_release_notes
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -49,21 +49,32 @@ SageMaker Distributed Model Parallel 1.15.0 Release Notes
49
49
50
50
This version passed benchmark testing and is migrated to the following AWS Deep Learning Containers (DLC):
51
51
52
- - SageMaker training container for PyTorch v1.13.1
52
+ - SageMaker training container for PyTorch v2.0.0
53
53
54
54
.. code ::
55
55
56
- 763104351884.dkr.ecr.<region> .amazonaws.com/pytorch-training:1.13.1 -gpu-py39-cu117 -ubuntu20.04-sagemaker
56
+ 763104351884.dkr.ecr.us-east-1 .amazonaws.com/pytorch-training:2.0.0 -gpu-py310-cu118 -ubuntu20.04-sagemaker
57
57
58
+ - SageMaker training container for PyTorch v1.13.1
59
+
60
+ .. code ::
61
+
62
+ 763104351884.dkr.ecr.us-east-1.amazonaws.com/pytorch-training:1.13.1-gpu-py39-cu117-ubuntu20.04-sagemaker
58
63
59
64
Binary file of this version of the library for `custom container
60
65
<https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-sm-sdk.html#model-parallel-bring-your-own-container> `_ users:
61
66
62
- - For PyTorch 1.13.1
67
+ - For PyTorch v2.0.0
63
68
64
69
.. code ::
70
+
71
+ https://sagemaker-distributed-model-parallel.s3.us-west-2.amazonaws.com/pytorch-2.0.0/build-artifacts/2023-04-14-20-14/smdistributed_modelparallel-1.15.0-cp310-cp310-linux_x86_64.whl
65
72
66
- 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
73
+ - For PyTorch v1.13.1
74
+
75
+ .. code ::
76
+
77
+ https://sagemaker-distributed-model-parallel.s3.us-west-2.amazonaws.com/pytorch-1.13.1/build-artifacts/2023-04-17-15-49/smdistributed_modelparallel-1.15.0-cp39-cp39-linux_x86_64.whl
67
78
68
79
----
69
80
You can’t perform that action at this time.
0 commit comments