Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/sagemaker/pytorch/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@

PYTORCH_VERSION = "0.4"
"""Default PyTorch version for when the framework version is not specified.
The latest PyTorch version is 1.1.0, but the default version is no longer updated so as to not
break existing workflows.
The default version is no longer updated so as to not break existing workflows.
"""

LATEST_VERSION = "1.3.1"
Expand Down