Skip to content

Commit cf041c9

Browse files
saimidujiapinw
authored andcommitted
feature: Add TensorFlow 2.14 image configs (aws#4446)
1 parent 79c6c5c commit cf041c9

File tree

2 files changed

+89
-4
lines changed

2 files changed

+89
-4
lines changed

src/sagemaker/fw_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"local_gpu",
9191
)
9292
SM_DATAPARALLEL_SUPPORTED_FRAMEWORK_VERSIONS = {
93-
# tf 2.12 should not be supported: smdataparallel excludes support for tf 2.12.
93+
# tf 2.12 should not be supported: smdataparallel excludes support for tf>=2.12.
9494
"tensorflow": [
9595
"2.3",
9696
"2.3.1",

src/sagemaker/image_uri_config/tensorflow.json

+88-3
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,8 @@
330330
"2.10": "2.10.1",
331331
"2.11": "2.11.1",
332332
"2.12": "2.12.1",
333-
"2.13": "2.13.0"
333+
"2.13": "2.13.0",
334+
"2.14": "2.14.1"
334335
},
335336
"versions": {
336337
"1.10.0": {
@@ -2135,6 +2136,46 @@
21352136
"ca-west-1": "204538143572"
21362137
},
21372138
"repository": "tensorflow-inference"
2139+
},
2140+
"2.14.1": {
2141+
"registries": {
2142+
"af-south-1": "626614931356",
2143+
"ap-east-1": "871362719292",
2144+
"ap-northeast-1": "763104351884",
2145+
"ap-northeast-2": "763104351884",
2146+
"ap-northeast-3": "364406365360",
2147+
"ap-south-1": "763104351884",
2148+
"ap-south-2": "772153158452",
2149+
"ap-southeast-1": "763104351884",
2150+
"ap-southeast-2": "763104351884",
2151+
"ap-southeast-3": "907027046896",
2152+
"ap-southeast-4": "457447274322",
2153+
"ca-central-1": "763104351884",
2154+
"ca-west-1": "204538143572",
2155+
"cn-north-1": "727897471807",
2156+
"cn-northwest-1": "727897471807",
2157+
"eu-central-1": "763104351884",
2158+
"eu-central-2": "380420809688",
2159+
"eu-north-1": "763104351884",
2160+
"eu-south-1": "692866216735",
2161+
"eu-south-2": "503227376785",
2162+
"eu-west-1": "763104351884",
2163+
"eu-west-2": "763104351884",
2164+
"eu-west-3": "763104351884",
2165+
"il-central-1": "780543022126",
2166+
"me-central-1": "914824155844",
2167+
"me-south-1": "217643126080",
2168+
"sa-east-1": "763104351884",
2169+
"us-east-1": "763104351884",
2170+
"us-east-2": "763104351884",
2171+
"us-gov-east-1": "446045086412",
2172+
"us-gov-west-1": "442386744353",
2173+
"us-iso-east-1": "886529160074",
2174+
"us-isob-east-1": "094389454867",
2175+
"us-west-1": "763104351884",
2176+
"us-west-2": "763104351884"
2177+
},
2178+
"repository": "tensorflow-inference"
21382179
}
21392180
}
21402181
},
@@ -2316,7 +2357,8 @@
23162357
"2.10": "2.10.1",
23172358
"2.11": "2.11.0",
23182359
"2.12": "2.12.0",
2319-
"2.13": "2.13.0"
2360+
"2.13": "2.13.0",
2361+
"2.14": "2.14.1"
23202362
},
23212363
"versions": {
23222364
"1.10.0": {
@@ -4190,7 +4232,50 @@
41904232
"ca-west-1": "204538143572"
41914233
},
41924234
"repository": "tensorflow-training"
4235+
},
4236+
"2.14.1": {
4237+
"py_versions": [
4238+
"py310"
4239+
],
4240+
"registries": {
4241+
"af-south-1": "626614931356",
4242+
"ap-east-1": "871362719292",
4243+
"ap-northeast-1": "763104351884",
4244+
"ap-northeast-2": "763104351884",
4245+
"ap-northeast-3": "364406365360",
4246+
"ap-south-1": "763104351884",
4247+
"ap-south-2": "772153158452",
4248+
"ap-southeast-1": "763104351884",
4249+
"ap-southeast-2": "763104351884",
4250+
"ap-southeast-3": "907027046896",
4251+
"ap-southeast-4": "457447274322",
4252+
"ca-central-1": "763104351884",
4253+
"ca-west-1": "204538143572",
4254+
"cn-north-1": "727897471807",
4255+
"cn-northwest-1": "727897471807",
4256+
"eu-central-1": "763104351884",
4257+
"eu-central-2": "380420809688",
4258+
"eu-north-1": "763104351884",
4259+
"eu-south-1": "692866216735",
4260+
"eu-south-2": "503227376785",
4261+
"eu-west-1": "763104351884",
4262+
"eu-west-2": "763104351884",
4263+
"eu-west-3": "763104351884",
4264+
"il-central-1": "780543022126",
4265+
"me-central-1": "914824155844",
4266+
"me-south-1": "217643126080",
4267+
"sa-east-1": "763104351884",
4268+
"us-east-1": "763104351884",
4269+
"us-east-2": "763104351884",
4270+
"us-gov-east-1": "446045086412",
4271+
"us-gov-west-1": "442386744353",
4272+
"us-iso-east-1": "886529160074",
4273+
"us-isob-east-1": "094389454867",
4274+
"us-west-1": "763104351884",
4275+
"us-west-2": "763104351884"
4276+
},
4277+
"repository": "tensorflow-training"
41934278
}
41944279
}
41954280
}
4196-
}
4281+
}

0 commit comments

Comments
 (0)