Skip to content

Commit bba4b7a

Browse files
authored
fix: update sagemaker pytorch containers to external link (#1409)
1 parent bca132d commit bba4b7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/using_pytorch.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Using third-party libraries
134134
---------------------------
135135

136136
When running your training script on SageMaker, it will have access to some pre-installed third-party libraries including ``torch``, ``torchvision``, and ``numpy``.
137-
For more information on the runtime environment, including specific package versions, see `SageMaker PyTorch Docker containers <#id4>`__.
137+
For more information on the runtime environment, including specific package versions, see `SageMaker PyTorch Docker containers <https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/pytorch#sagemaker-pytorch-docker-containers>`_.
138138

139139
If there are other packages you want to use with your script, you can include a ``requirements.txt`` file in the same directory as your training script to install other dependencies at runtime. Both ``requirements.txt`` and your training script should be put in the same folder. You must specify this folder in ``source_dir`` argument when creating PyTorch estimator.
140140

@@ -673,7 +673,7 @@ The following are optional arguments. When you create a ``PyTorch`` object, you
673673
model training code.
674674
- ``framework_version`` PyTorch version you want to use for executing
675675
your model training code. You can find the list of supported versions
676-
in `SageMaker PyTorch Docker Containers <#id4>`_.
676+
in `SageMaker PyTorch Docker Containers <https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/pytorch#sagemaker-pytorch-docker-containers>`_.
677677
- ``train_volume_size`` Size in GB of the EBS volume to use for storing
678678
input data during training. Must be large enough to store training
679679
data if input_mode='File' is used (which is the default).
@@ -698,7 +698,7 @@ The following are optional arguments. When you create a ``PyTorch`` object, you
698698
serving. If specified, the estimator will use this image for training and
699699
hosting, instead of selecting the appropriate SageMaker official image based on
700700
framework_version and py_version. Refer to: `SageMaker PyTorch Docker Containers
701-
<#id4>`_ for details on what the Official images support
701+
<https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/pytorch#sagemaker-pytorch-docker-containers>`_ for details on what the Official images support
702702
and where to find the source code to build your custom image.
703703

704704
***********************************

0 commit comments

Comments
 (0)