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 @@ -205,7 +205,7 @@ PyTorch SageMaker Estimators
205205
206206With PyTorch SageMaker Estimators, you can train and host PyTorch models on Amazon SageMaker.
207207
208- Supported versions of PyTorch: ``0.4.0 ``, ``1.0.0 ``.
208+ Supported versions of PyTorch: ``0.4.0 ``, ``1.0.0 ``, `` 1.1.0 `` .
209209
210210We recommend that you use the latest supported version, because that's where we focus most of our development efforts.
211211
Original file line number Diff line number Diff line change 1212# language governing permissions and limitations under the License.
1313from __future__ import absolute_import
1414
15- PYTORCH_VERSION = '1.1.0 '
15+ PYTORCH_VERSION = '0.4 '
1616"""Default PyTorch version for when the framework version is not specified.
1717This is no longer updated so as to not break existing workflows.
1818"""
You can’t perform that action at this time.
0 commit comments