Skip to content

Commit 6d41d24

Browse files
authored
doc: Update supported versions of PyTorch (#1236)
* Update supported PyTorch versions in README * Update supported PyTorch versions in doc/using_pytorch
1 parent 4ce0dfb commit 6d41d24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ PyTorch SageMaker Estimators
226226

227227
With PyTorch SageMaker Estimators, you can train and host PyTorch models on Amazon SageMaker.
228228

229-
Supported versions of PyTorch: ``0.4.0``, ``1.0.0``, ``1.1.0``, ``1.2.0``.
229+
Supported versions of PyTorch: ``0.4.0``, ``1.0.0``, ``1.1.0``, ``1.2.0``, ``1.3.1``.
230230

231231
We recommend that you use the latest supported version, because that's where we focus most of our development efforts.
232232

doc/using_pytorch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Using PyTorch with the SageMaker Python SDK
44

55
With PyTorch Estimators and Models, you can train and host PyTorch models on Amazon SageMaker.
66

7-
Supported versions of PyTorch: ``0.4.0``, ``1.0.0``.
7+
Supported versions of PyTorch: ``0.4.0``, ``1.0.0``, ``1.1.0``, ``1.2.0``, ``1.3.1``.
88

99
We recommend that you use the latest supported version, because that's where we focus most of our development efforts.
1010

0 commit comments

Comments
 (0)