|
| 1 | +.. _sdp_api_docs: |
1 | 2 |
|
2 |
| -Version 1.2.x (Latest) |
| 3 | +############################################# |
| 4 | +Use the Library to Adapt Your Training Script |
| 5 | +############################################# |
| 6 | + |
| 7 | +This section contains the SageMaker distributed data parallel API documentation. |
| 8 | +If you are a new user of this library, it is recommended you use this guide alongside |
| 9 | +`SageMaker's Distributed Data Parallel Library |
| 10 | +<https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel.html>`_. |
| 11 | + |
| 12 | +The library provides framework-specific APIs for TensorFlow and PyTorch. |
| 13 | + |
| 14 | +Select the latest or one of the previous versions of the API documentation |
| 15 | +depending on the version of the library you use. |
| 16 | + |
| 17 | +.. important:: |
| 18 | + |
| 19 | + The distributed data parallel library supports training jobs using CUDA 11 or later. |
| 20 | + When you define a :class:`sagemaker.tensorflow.estimator.TensorFlow` or |
| 21 | + :class:`sagemaker.pytorch.estimator.PyTorch` |
| 22 | + estimator with the data parallel library enabled, |
| 23 | + SageMaker uses CUDA 11. When you extend or customize your own training image, |
| 24 | + you must use a base image with CUDA 11 or later. See |
| 25 | + `SageMaker Python SDK's distributed data parallel library APIs |
| 26 | + <https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html#data-parallel-use-python-skd-api>`_ |
| 27 | + for more information. |
| 28 | + |
| 29 | +Version 1.4.0 (Latest) |
3 | 30 | ======================
|
4 | 31 |
|
5 | 32 | .. toctree::
|
6 | 33 | :maxdepth: 1
|
7 | 34 |
|
8 |
| - latest/smd_data_parallel_pytorch.rst |
9 |
| - latest/smd_data_parallel_tensorflow.rst |
| 35 | + latest/smd_data_parallel_pytorch |
| 36 | + latest/smd_data_parallel_tensorflow |
| 37 | + |
| 38 | +Documentation Archive |
| 39 | +===================== |
| 40 | + |
| 41 | +To find the API documentation for the previous versions of the library, |
| 42 | +choose one of the following: |
| 43 | + |
| 44 | +.. toctree:: |
| 45 | + :maxdepth: 1 |
| 46 | + |
| 47 | + archives |
0 commit comments