Skip to content
Merged
2 changes: 0 additions & 2 deletions doc/frameworks/pytorch/using_pytorch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ To train a PyTorch model by using the SageMaker Python SDK:
Prepare a PyTorch Training Script
=================================

Your PyTorch training script must be a Python 3.6 compatible source file.

Prepare your script in a separate source file than the notebook, terminal session, or source file you're
using to submit the script to SageMaker via a ``PyTorch`` Estimator. This will be discussed in further detail below.

Expand Down