Skip to content

Commit

Permalink
feature: Add TensorFlow 2.14 image configs
Browse files Browse the repository at this point in the history
  • Loading branch information
saimidu committed Feb 22, 2024
1 parent 32dd631 commit 8e982e4
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/sagemaker/fw_utils.py
Expand Up @@ -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",
Expand Down
91 changes: 88 additions & 3 deletions src/sagemaker/image_uri_config/tensorflow.json
Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
}
}
},
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
}
}
}
}
}

0 comments on commit 8e982e4

Please sign in to comment.