@@ -20,20 +20,30 @@ Use the following sections to learn more about the model parallelism and the lib
2020 <https://integ-docs-aws.amazon.com/sagemaker/latest/dg/model-parallel-use-api.html#model-parallel-customize-container> `__
2121 for more information.
2222
23- How to Use this Guide
24- =====================
23+ Use with the SageMaker Python SDK
24+ =================================
25+
26+ Use the following page to learn how to configure and enable distributed model parallel
27+ when you configure an Amazon SageMaker Python SDK `Estimator `.
28+
29+ .. toctree ::
30+ :maxdepth: 1
31+
32+ smd_model_parallel_general
33+
34+ API Documentation
35+ =================
2536
2637The library contains a Common API that is shared across frameworks, as well as APIs
27- that are specific to supported frameworks, TensorFlow and PyTorch. To use the library, reference the
38+ that are specific to supported frameworks, TensorFlow and PyTorch.
39+
40+ Select a version to see the API documentation for version. To use the library, reference the
2841**Common API ** documentation alongside the framework specific API documentation.
2942
3043.. toctree ::
3144 :maxdepth: 1
3245
33- smd_model_parallel_general
34- smd_model_parallel_common_api
35- smd_model_parallel_pytorch
36- smd_model_parallel_tensorflow
46+ smp_versions/v1_1_0.rst
3747
3848It is recommended to use this documentation alongside `SageMaker Distributed Model Parallel
3949<http://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel.html> `__ in the Amazon SageMaker
@@ -49,11 +59,11 @@ developer guide. This developer guide documentation includes:
4959 - `Configuration tips and pitfalls
5060 <https://docs.aws.amazon.com/sagemaker/latest/dg/model-parallel-customize-tips-pitfalls.html> `__
5161
52- Latest Updates
53- ==============
5462
55- New features, bug fixes, and improvements are regularly made to the SageMaker distributed model parallel library.
63+ Release Notes
64+ =============
5665
66+ New features, bug fixes, and improvements are regularly made to the SageMaker distributed model parallel library.
5767To see the the latest changes made to the library, refer to the library
5868`Release Notes
5969<https://github.com/aws/sagemaker-python-sdk/blob/master/doc/api/training/smd_model_parallel_release_notes/> `_.
0 commit comments