Skip to content

Commit 686160b

Browse files
authored
feat: Add TF 2.14 Graviton Inference support (#4553)
1 parent 2907ea5 commit 686160b

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

src/sagemaker/image_uri_config/tensorflow.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,8 @@
21862186
"version_aliases": {
21872187
"2.9": "2.9.1",
21882188
"2.12": "2.12.1",
2189-
"2.13": "2.13.0"
2189+
"2.13": "2.13.0",
2190+
"2.14": "2.14.1"
21902191
},
21912192
"versions": {
21922193
"2.9.1": {
@@ -2323,6 +2324,51 @@
23232324
"container_version": {
23242325
"cpu": "ubuntu20.04"
23252326
}
2327+
},
2328+
"2.14.1": {
2329+
"py_versions": [
2330+
"py310"
2331+
],
2332+
"registries": {
2333+
"af-south-1": "626614931356",
2334+
"il-central-1": "780543022126",
2335+
"ap-east-1": "871362719292",
2336+
"ap-northeast-1": "763104351884",
2337+
"ap-northeast-2": "763104351884",
2338+
"ap-northeast-3": "364406365360",
2339+
"ap-south-1": "763104351884",
2340+
"ap-south-2": "772153158452",
2341+
"ap-southeast-1": "763104351884",
2342+
"ap-southeast-2": "763104351884",
2343+
"ap-southeast-3": "907027046896",
2344+
"ap-southeast-4": "457447274322",
2345+
"ca-central-1": "763104351884",
2346+
"cn-north-1": "727897471807",
2347+
"cn-northwest-1": "727897471807",
2348+
"eu-central-1": "763104351884",
2349+
"eu-central-2": "380420809688",
2350+
"eu-north-1": "763104351884",
2351+
"eu-west-1": "763104351884",
2352+
"eu-west-2": "763104351884",
2353+
"eu-west-3": "763104351884",
2354+
"eu-south-1": "692866216735",
2355+
"eu-south-2": "503227376785",
2356+
"me-south-1": "217643126080",
2357+
"sa-east-1": "763104351884",
2358+
"us-east-1": "763104351884",
2359+
"us-east-2": "763104351884",
2360+
"us-gov-east-1": "446045086412",
2361+
"us-gov-west-1": "442386744353",
2362+
"us-iso-east-1": "886529160074",
2363+
"us-isob-east-1": "094389454867",
2364+
"us-west-1": "763104351884",
2365+
"us-west-2": "763104351884",
2366+
"ca-west-1": "204538143572"
2367+
},
2368+
"repository": "tensorflow-inference-graviton",
2369+
"container_version": {
2370+
"cpu": "ubuntu20.04"
2371+
}
23262372
}
23272373
}
23282374
},

0 commit comments

Comments
 (0)