From f97c2463e03150a05dbefe815b1adcd983feb072 Mon Sep 17 00:00:00 2001 From: Ajay Karpur Date: Wed, 15 Jan 2020 11:47:17 -0800 Subject: [PATCH 1/2] Update supported PyTorch versions in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 77e14a228e..bd10d75f06 100644 --- a/README.rst +++ b/README.rst @@ -226,7 +226,7 @@ PyTorch SageMaker Estimators With PyTorch SageMaker Estimators, you can train and host PyTorch models on Amazon SageMaker. -Supported versions of PyTorch: ``0.4.0``, ``1.0.0``, ``1.1.0``, ``1.2.0``. +Supported versions of PyTorch: ``0.4.0``, ``1.0.0``, ``1.1.0``, ``1.2.0``, ``1.3.1``. We recommend that you use the latest supported version, because that's where we focus most of our development efforts. From 3bc2ba74d7b45e4bce95dd94ece281ce6c2158ac Mon Sep 17 00:00:00 2001 From: Ajay Karpur Date: Wed, 15 Jan 2020 11:52:21 -0800 Subject: [PATCH 2/2] Update supported PyTorch versions in doc/using_pytorch --- doc/using_pytorch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/using_pytorch.rst b/doc/using_pytorch.rst index a5faffc306..3f7ad575b0 100644 --- a/doc/using_pytorch.rst +++ b/doc/using_pytorch.rst @@ -4,7 +4,7 @@ Using PyTorch with the SageMaker Python SDK With PyTorch Estimators and Models, you can train and host PyTorch models on Amazon SageMaker. -Supported versions of PyTorch: ``0.4.0``, ``1.0.0``. +Supported versions of PyTorch: ``0.4.0``, ``1.0.0``, ``1.1.0``, ``1.2.0``, ``1.3.1``. We recommend that you use the latest supported version, because that's where we focus most of our development efforts.