From 4df06c3fc42987b3db979781cb1e769dff03c25c Mon Sep 17 00:00:00 2001 From: Sai Parthasarathy Miduthuri Date: Thu, 22 Feb 2024 11:56:06 -0800 Subject: [PATCH] feature: Add TensorFlow 2.14 image configs --- src/sagemaker/fw_utils.py | 2 +- .../image_uri_config/tensorflow.json | 91 ++++++++++++++++++- 2 files changed, 89 insertions(+), 4 deletions(-) diff --git a/src/sagemaker/fw_utils.py b/src/sagemaker/fw_utils.py index 34abfdc76a..1fb8c8eaaa 100644 --- a/src/sagemaker/fw_utils.py +++ b/src/sagemaker/fw_utils.py @@ -90,7 +90,7 @@ "local_gpu", ) SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = { - # tf 2.12 should not be supported: smdataparallel excludes support for tf 2.12. + # tf 2.12 should not be supported: smdataparallel excludes support for tf>=2.12. "tensorflow": [ "2.3", "2.3.1", diff --git a/src/sagemaker/image_uri_config/tensorflow.json b/src/sagemaker/image_uri_config/tensorflow.json index 3453f5f120..1aaef31c78 100644 --- a/src/sagemaker/image_uri_config/tensorflow.json +++ b/src/sagemaker/image_uri_config/tensorflow.json @@ -330,7 +330,8 @@ "2.10": "2.10.1", "2.11": "2.11.1", "2.12": "2.12.1", - "2.13": "2.13.0" + "2.13": "2.13.0", + "2.14": "2.14.1" }, "versions": { "1.10.0": { @@ -2135,6 +2136,46 @@ "ca-west-1": "204538143572" }, "repository": "tensorflow-inference" + }, + "2.14.1": { + "registries": { + "af-south-1": "626614931356", + "ap-east-1": "871362719292", + "ap-northeast-1": "763104351884", + "ap-northeast-2": "763104351884", + "ap-northeast-3": "364406365360", + "ap-south-1": "763104351884", + "ap-south-2": "772153158452", + "ap-southeast-1": "763104351884", + "ap-southeast-2": "763104351884", + "ap-southeast-3": "907027046896", + "ap-southeast-4": "457447274322", + "ca-central-1": "763104351884", + "ca-west-1": "204538143572", + "cn-north-1": "727897471807", + "cn-northwest-1": "727897471807", + "eu-central-1": "763104351884", + "eu-central-2": "380420809688", + "eu-north-1": "763104351884", + "eu-south-1": "692866216735", + "eu-south-2": "503227376785", + "eu-west-1": "763104351884", + "eu-west-2": "763104351884", + "eu-west-3": "763104351884", + "il-central-1": "780543022126", + "me-central-1": "914824155844", + "me-south-1": "217643126080", + "sa-east-1": "763104351884", + "us-east-1": "763104351884", + "us-east-2": "763104351884", + "us-gov-east-1": "446045086412", + "us-gov-west-1": "442386744353", + "us-iso-east-1": "886529160074", + "us-isob-east-1": "094389454867", + "us-west-1": "763104351884", + "us-west-2": "763104351884" + }, + "repository": "tensorflow-inference" } } }, @@ -2316,7 +2357,8 @@ "2.10": "2.10.1", "2.11": "2.11.0", "2.12": "2.12.0", - "2.13": "2.13.0" + "2.13": "2.13.0", + "2.14": "2.14.1" }, "versions": { "1.10.0": { @@ -4190,7 +4232,50 @@ "ca-west-1": "204538143572" }, "repository": "tensorflow-training" + }, + "2.14.1": { + "py_versions": [ + "py310" + ], + "registries": { + "af-south-1": "626614931356", + "ap-east-1": "871362719292", + "ap-northeast-1": "763104351884", + "ap-northeast-2": "763104351884", + "ap-northeast-3": "364406365360", + "ap-south-1": "763104351884", + "ap-south-2": "772153158452", + "ap-southeast-1": "763104351884", + "ap-southeast-2": "763104351884", + "ap-southeast-3": "907027046896", + "ap-southeast-4": "457447274322", + "ca-central-1": "763104351884", + "ca-west-1": "204538143572", + "cn-north-1": "727897471807", + "cn-northwest-1": "727897471807", + "eu-central-1": "763104351884", + "eu-central-2": "380420809688", + "eu-north-1": "763104351884", + "eu-south-1": "692866216735", + "eu-south-2": "503227376785", + "eu-west-1": "763104351884", + "eu-west-2": "763104351884", + "eu-west-3": "763104351884", + "il-central-1": "780543022126", + "me-central-1": "914824155844", + "me-south-1": "217643126080", + "sa-east-1": "763104351884", + "us-east-1": "763104351884", + "us-east-2": "763104351884", + "us-gov-east-1": "446045086412", + "us-gov-west-1": "442386744353", + "us-iso-east-1": "886529160074", + "us-isob-east-1": "094389454867", + "us-west-1": "763104351884", + "us-west-2": "763104351884" + }, + "repository": "tensorflow-training" } } } -} \ No newline at end of file +}