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
@@ -114,7 +114,7 @@ Using third-party libraries
114
114
~~~~~~~~~~~~~~~~~~~~~~~~~~~
115
115
116
116
When running your training script on SageMaker, it will have access to some pre-installed third-party libraries including ``torch``, ``torchvisopm``, and ``numpy``.
117
-
For more information on the runtime environment, including specific package versions, see `SageMaker PyTorch Docker containers <#sagemaker-pytorch-docker-containers>`__.
117
+
For more information on the runtime environment, including specific package versions, see `SageMaker PyTorch Docker containers <#id4>`__.
118
118
119
119
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.
120
120
A ``requirements.txt`` file is a text file that contains a list of items that are installed by using ``pip install``. You can also specify the version of an item to install.
@@ -223,7 +223,7 @@ The following are optional arguments. When you create a ``PyTorch`` object, you
223
223
serving. If specified, the estimator will use this image for training and
224
224
hosting, instead of selecting the appropriate SageMaker official image based on
225
225
framework_version and py_version. Refer to: `SageMaker PyTorch Docker Containers
226
-
<#sagemaker-pytorch-docker-containers>`_ for details on what the Official images support
226
+
<#id4>`_ for details on what the Official images support
227
227
and where to find the source code to build your custom image.
0 commit comments