Skip to content

Commit a5ebdca

Browse files
saimiduajaykarpurahsan-z-khan
authored
feature: update TF framework version support (#2223)
* feature: update TF framework version support * Update 1.15 inference * Correct python versions * Fix test parametrization * Fix parametrization for major.minor versioning Co-authored-by: Ajay Karpur <[email protected]> Co-authored-by: Ahsan Khan <[email protected]>
1 parent 4c46a8f commit a5ebdca

File tree

5 files changed

+577
-18
lines changed

5 files changed

+577
-18
lines changed

src/sagemaker/fw_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"local_gpu",
6060
)
6161
SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = {
62-
"tensorflow": ["2.3.0", "2.3.1", "2.4.1"],
62+
"tensorflow": ["2.3.1", "2.3.2", "2.4.1"],
6363
"pytorch": ["1.6.0", "1.7.1", "1.8.0"],
6464
}
6565
SMDISTRIBUTED_SUPPORTED_STRATEGIES = ["dataparallel", "modelparallel"]

0 commit comments

Comments
 (0)