From e1f2f8586f198348d9dd955b11a6ce09ddf1d27d Mon Sep 17 00:00:00 2001 From: Lee Jake Date: Mon, 10 Apr 2023 11:51:31 -0700 Subject: [PATCH] documentation: add a comment as a remainder that smdataparallel lib drops support for tf 2.12 --- src/sagemaker/fw_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sagemaker/fw_utils.py b/src/sagemaker/fw_utils.py index 1f2cc9214e..60b56d7fef 100644 --- a/src/sagemaker/fw_utils.py +++ b/src/sagemaker/fw_utils.py @@ -86,6 +86,7 @@ "local_gpu", ) SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = { + # tf 2.12 should not be supported: smdataparallel excludes support for tf 2.12. "tensorflow": [ "2.3", "2.3.1",