Skip to content

Commit 6a252f9

Browse files
authored
feat: PyTorch 2.0 release (#3886)
1 parent abd94ab commit 6a252f9

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

src/sagemaker/image_uri_config/neo-pytorch.json

+35-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
"1.12.0": "1.12",
1616
"1.12.1": "1.12",
1717
"1.13.0": "1.13",
18-
"1.13.1": "1.13"
18+
"1.13.1": "1.13",
19+
"2.0.0": "2.0",
20+
"2.0.1": "2.0"
1921
},
2022
"versions": {
2123
"1.4": {
@@ -241,6 +243,38 @@
241243
"us-west-2": "301217895009"
242244
},
243245
"repository": "sagemaker-inference-pytorch"
246+
},
247+
"2.0": {
248+
"py_versions": ["py3"],
249+
"registries": {
250+
"af-south-1": "774647643957",
251+
"ap-east-1": "110948597952",
252+
"ap-northeast-1": "941853720454",
253+
"ap-northeast-2": "151534178276",
254+
"ap-northeast-3": "925152966179",
255+
"ap-south-1": "763008648453",
256+
"ap-southeast-1": "324986816169",
257+
"ap-southeast-2": "355873309152",
258+
"ca-central-1": "464438896020",
259+
"cn-north-1": "472730292857",
260+
"cn-northwest-1": "474822919863",
261+
"eu-central-1": "746233611703",
262+
"eu-north-1": "601324751636",
263+
"eu-south-1": "966458181534",
264+
"eu-west-1": "802834080501",
265+
"eu-west-2": "205493899709",
266+
"eu-west-3": "254080097072",
267+
"me-south-1": "836785723513",
268+
"sa-east-1": "756306329178",
269+
"us-east-1": "785573368785",
270+
"us-east-2": "007439368137",
271+
"us-gov-west-1": "263933020539",
272+
"us-iso-east-1": "167761179201",
273+
"us-isob-east-1": "406031935815",
274+
"us-west-1": "710691900526",
275+
"us-west-2": "301217895009"
276+
},
277+
"repository": "sagemaker-inference-pytorch"
244278
}
245279
}
246280
}

0 commit comments

Comments
 (0)