Skip to content

documentation: Removed a line about python version requirements of training script which can misguide users. #5057

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 25, 2025
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