Skip to content

Commit 20cffd6

Browse files
authored
feature: Update Transformers 4.26 - TensorFlow 2.11.0 Image URI (#3741)
1 parent 239fc9d commit 20cffd6

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

src/sagemaker/image_uri_config/huggingface.json

+42-1
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,8 @@
13831383
},
13841384
"4.26.0": {
13851385
"version_aliases": {
1386-
"pytorch1.13": "pytorch1.13.1"
1386+
"pytorch1.13": "pytorch1.13.1",
1387+
"tensorflow2.11": "tensorflow2.11.0"
13871388
},
13881389
"pytorch1.13.1": {
13891390
"py_versions": ["py39"],
@@ -1424,6 +1425,46 @@
14241425
},
14251426
"repository": "huggingface-pytorch-inference",
14261427
"container_version": {"gpu": "cu117-ubuntu20.04", "cpu": "ubuntu20.04" }
1428+
},
1429+
"tensorflow2.11.0": {
1430+
"py_versions": ["py39"],
1431+
"registries": {
1432+
"af-south-1": "626614931356",
1433+
"ap-east-1": "871362719292",
1434+
"ap-northeast-1": "763104351884",
1435+
"ap-northeast-2": "763104351884",
1436+
"ap-northeast-3": "364406365360",
1437+
"ap-south-1": "763104351884",
1438+
"ap-south-2": "772153158452",
1439+
"ap-southeast-1": "763104351884",
1440+
"ap-southeast-2": "763104351884",
1441+
"ap-southeast-3": "907027046896",
1442+
"ap-southeast-4": "457447274322",
1443+
"ca-central-1": "763104351884",
1444+
"cn-north-1": "727897471807",
1445+
"cn-northwest-1": "727897471807",
1446+
"eu-central-1": "763104351884",
1447+
"eu-central-2": "380420809688",
1448+
"eu-north-1": "763104351884",
1449+
"eu-south-1": "692866216735",
1450+
"eu-south-2": "503227376785",
1451+
"eu-west-1": "763104351884",
1452+
"eu-west-2": "763104351884",
1453+
"eu-west-3": "763104351884",
1454+
"me-south-1": "217643126080",
1455+
"me-central-1": "914824155844",
1456+
"sa-east-1": "763104351884",
1457+
"us-east-1": "763104351884",
1458+
"us-east-2": "763104351884",
1459+
"us-gov-east-1": "446045086412",
1460+
"us-gov-west-1": "442386744353",
1461+
"us-iso-east-1": "886529160074",
1462+
"us-isob-east-1": "094389454867",
1463+
"us-west-1": "763104351884",
1464+
"us-west-2": "763104351884"
1465+
},
1466+
"repository": "huggingface-tensorflow-inference",
1467+
"container_version": {"gpu": "cu112-ubuntu20.04", "cpu": "ubuntu20.04" }
14271468
}
14281469
}
14291470
}

0 commit comments

Comments
 (0)