Skip to content

Commit a40d345

Browse files
author
Chuyang Deng
committed
update dependency version doc
1 parent 18d362e commit a40d345

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/sagemaker/pytorch/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The PyTorch Docker images have the following dependencies installed:
4040
+-----------------------------+---------------+-------------------+-------------------+
4141
| Dependencies | pytorch 0.4.0 | pytorch 1.0.0 | pytorch 1.1.0 |
4242
+-----------------------------+---------------+-------------------+-------------------+
43-
| boto3 | >=1.7.35 | >=1.9.11 | 1.9.64 |
43+
| boto3 | >=1.7.35 | >=1.9.11 | 1.9.169 |
4444
+-----------------------------+---------------+-------------------+-------------------+
4545
| botocore | >=1.10.35 | >=1.12.11 | >=1.12.11 |
4646
+-----------------------------+---------------+-------------------+-------------------+

src/sagemaker/pytorch/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
PYTORCH_VERSION = '0.4'
1616
"""Default PyTorch version for when the framework version is not specified.
17-
This is no longer updated so as to not break existing workflows.
17+
The latest PyTorch version is 1.1.0, but the default version is no longer updated so as to not break existing workflows.
1818
"""
1919

2020
PYTHON_VERSION = 'py3'

0 commit comments

Comments
 (0)