Skip to content

Commit 8226f90

Browse files
authored
Remove version number from default version comment (#1237)
1 parent 5a719a3 commit 8226f90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sagemaker/pytorch/defaults.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515

1616
PYTORCH_VERSION = "0.4"
1717
"""Default PyTorch version for when the framework version is not specified.
18-
The latest PyTorch version is 1.1.0, but the default version is no longer updated so as to not
19-
break existing workflows.
18+
The default version is no longer updated so as to not break existing workflows.
2019
"""
2120

2221
LATEST_VERSION = "1.3.1"

0 commit comments

Comments
 (0)