Skip to content

Commit aa90136

Browse files
committed
add pt 171 to smddp supported frameworks
1 parent 2cc9bc3 commit aa90136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/fw_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
)
5959
SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = {
6060
"tensorflow": ["2.3.0", "2.3.1"],
61-
"pytorch": ["1.6.0"],
61+
"pytorch": ["1.6.0", "1.7.1"],
6262
}
6363
SMDISTRIBUTED_SUPPORTED_STRATEGIES = ["dataparallel", "modelparallel"]
6464

0 commit comments

Comments
 (0)