Skip to content

Commit a6378fd

Browse files
author
Chuyang Deng
committed
update pytorch README cuda version
1 parent fe3dcd5 commit a6378fd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/sagemaker/pytorch/README.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,35 @@ 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.11 |
43+
| boto3 | >=1.7.35 | >=1.9.11 | 1.9.64 |
4444
+-----------------------------+---------------+-------------------+-------------------+
4545
| botocore | >=1.10.35 | >=1.12.11 | >=1.12.11 |
4646
+-----------------------------+---------------+-------------------+-------------------+
47-
| CUDA (GPU image only) | 9.0 | 9.0 | 9.0 |
47+
| CUDA (GPU image only) | 9.0 | 9.0 | 10.1 |
4848
+-----------------------------+---------------+-------------------+-------------------+
49-
| numpy | >=1.14.3 | >=1.15.2 | >=1.15.2 |
49+
| numpy | >=1.14.3 | >=1.15.2 | 1.16.4 |
5050
+-----------------------------+---------------+-------------------+-------------------+
51-
| Pillow | >=5.1.0 | >=5.2.0 | >=5.2.0 |
51+
| Pillow | >=5.1.0 | >=5.2.0 | 6.0.0 |
5252
+-----------------------------+---------------+-------------------+-------------------+
5353
| pip | >=10.0.1 | >=18.0 | >=18.0 |
5454
+-----------------------------+---------------+-------------------+-------------------+
5555
| python-dateutil | >=2.7.3 | >=2.7.3 | >=2.7.3 |
5656
+-----------------------------+---------------+-------------------+-------------------+
57-
| retrying | >=1.3.3 | >=1.3.3 | >=1.3.3 |
57+
| retrying | >=1.3.3 | >=1.3.3 | 1.3.3 |
5858
+-----------------------------+---------------+-------------------+-------------------+
5959
| s3transfer | >=0.1.13 | >=0.1.13 | >=0.1.13 |
6060
+-----------------------------+---------------+-------------------+-------------------+
61-
| sagemaker-containers | >=2.1.0 | >=2.1.0 | >=2.1.0 |
61+
| sagemaker-containers | >=2.1.0 | >=2.1.0 | 2.4.10.post0 |
6262
+-----------------------------+---------------+-------------------+-------------------+
63-
| sagemaker-pytorch-container | 1.0 | 1.0 | 1.0 |
63+
| sagemaker-pytorch-container | 1.0 | 1.1 | 1.2 |
6464
+-----------------------------+---------------+-------------------+-------------------+
6565
| setuptools | >=39.2.0 | >=40.4.3 | >=40.4.3 |
6666
+-----------------------------+---------------+-------------------+-------------------+
67-
| six | >=1.11.0 | >=1.11.0 | >=1.11.0 |
67+
| six | >=1.11.0 | >=1.11.0 | 1.12.0 |
6868
+-----------------------------+---------------+-------------------+-------------------+
69-
| torch | 0.4.0 | 1.0.0 | 1.0.0 |
69+
| torch | 0.4.0 | 1.0.0 | 1.1.0 |
7070
+-----------------------------+---------------+-------------------+-------------------+
71-
| torchvision | 0.2.1 | 1.1.0 | 0.3.0 |
71+
| torchvision | 0.2.1 | 0.2.1 | 0.3.0 |
7272
+-----------------------------+---------------+-------------------+-------------------+
7373
| Python | 2.7 or 3.5 | 2.7 or 3.6 | 2.7 or 3.6 |
7474
+-----------------------------+---------------+-------------------+-------------------+

0 commit comments

Comments
 (0)