File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The PyTorch Docker images have the following dependencies installed:
40
40
+-----------------------------+---------------+-------------------+-------------------+
41
41
| Dependencies | pytorch 0.4.0 | pytorch 1.0.0 | pytorch 1.1.0 |
42
42
+-----------------------------+---------------+-------------------+-------------------+
43
- | boto3 | >=1.7.35 | >=1.9.11 | 1.9.64 |
43
+ | boto3 | >=1.7.35 | >=1.9.11 | 1.9.169 |
44
44
+-----------------------------+---------------+-------------------+-------------------+
45
45
| botocore | >=1.10.35 | >=1.12.11 | >=1.12.11 |
46
46
+-----------------------------+---------------+-------------------+-------------------+
Original file line number Diff line number Diff line change 14
14
15
15
PYTORCH_VERSION = '0.4'
16
16
"""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.
18
18
"""
19
19
20
20
PYTHON_VERSION = 'py3'
You can’t perform that action at this time.
0 commit comments