Skip to content

Commit aa74a40

Browse files
author
Deng
committed
fix: pytorch 1.4.0 py2 not supported
1 parent 0496f42 commit aa74a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/pytorch/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
PYTHON_VERSION = "py3"
2525

26-
LATEST_PY2_VERSION = "1.4.0"
26+
LATEST_PY2_VERSION = "1.3.1"

0 commit comments

Comments
 (0)