You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/using_pytorch.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ Using third-party libraries
134
134
---------------------------
135
135
136
136
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>`_.
138
138
139
139
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.
140
140
@@ -673,7 +673,7 @@ The following are optional arguments. When you create a ``PyTorch`` object, you
673
673
model training code.
674
674
- ``framework_version`` PyTorch version you want to use for executing
675
675
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>`_.
677
677
- ``train_volume_size`` Size in GB of the EBS volume to use for storing
678
678
input data during training. Must be large enough to store training
679
679
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
698
698
serving. If specified, the estimator will use this image for training and
699
699
hosting, instead of selecting the appropriate SageMaker official image based on
700
700
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
702
702
and where to find the source code to build your custom image.
0 commit comments