Skip to content

Commit b0dd7a1

Browse files
authored
Merge branch 'master' into fix-issue-2426
2 parents 5e27a41 + 43f25c0 commit b0dd7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/frameworks/pytorch/using_pytorch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To train a PyTorch model by using the SageMaker Python SDK:
3131
Prepare a PyTorch Training Script
3232
=================================
3333

34-
Your PyTorch training script must be a Python 2.7 or 3.5 compatible source file.
34+
Your PyTorch training script must be a Python 3.6 compatible source file.
3535

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

0 commit comments

Comments
 (0)