Skip to content

Commit e6873d1

Browse files
author
Rui Wang Napieralski
committed
sort version string
1 parent f60f12b commit e6873d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/fw_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"local_gpu",
6060
)
6161
SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = {
62-
"tensorflow": ["2.3.1", "2.3.2", "2.4.1", "2.4", "2.3"],
63-
"pytorch": ["1.6.0", "1.7.1", "1.8.0", "1.6", "1.7", "1.8"],
62+
"tensorflow": ["2.3", "2.3.1", "2.3.2", "2.4", "2.4.1"],
63+
"pytorch": ["1.6", "1.6.0", "1.7", "1.7.1", "1.8", "1.8.0"],
6464
}
6565
SMDISTRIBUTED_SUPPORTED_STRATEGIES = ["dataparallel", "modelparallel"]
6666

0 commit comments

Comments
 (0)