Skip to content

Commit 1a29c6c

Browse files
authored
feature: PyTorch 1.13 release (#3763)
* PyTorch 1.13 release * release commercial + CN region only * add ISO region accounts
1 parent 94d112d commit 1a29c6c

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
@@ -13,7 +13,9 @@
1313
"1.8.0": "1.8",
1414
"1.8.1": "1.8",
1515
"1.12.0": "1.12",
16-
"1.12.1": "1.12"
16+
"1.12.1": "1.12",
17+
"1.13.0": "1.13",
18+
"1.13.1": "1.13"
1719
},
1820
"versions": {
1921
"1.4": {
@@ -207,6 +209,38 @@
207209
"us-west-2": "301217895009"
208210
},
209211
"repository": "sagemaker-inference-pytorch"
212+
},
213+
"1.13": {
214+
"py_versions": ["py3"],
215+
"registries": {
216+
"af-south-1": "774647643957",
217+
"ap-east-1": "110948597952",
218+
"ap-northeast-1": "941853720454",
219+
"ap-northeast-2": "151534178276",
220+
"ap-northeast-3": "925152966179",
221+
"ap-south-1": "763008648453",
222+
"ap-southeast-1": "324986816169",
223+
"ap-southeast-2": "355873309152",
224+
"ca-central-1": "464438896020",
225+
"cn-north-1": "472730292857",
226+
"cn-northwest-1": "474822919863",
227+
"eu-central-1": "746233611703",
228+
"eu-north-1": "601324751636",
229+
"eu-south-1": "966458181534",
230+
"eu-west-1": "802834080501",
231+
"eu-west-2": "205493899709",
232+
"eu-west-3": "254080097072",
233+
"me-south-1": "836785723513",
234+
"sa-east-1": "756306329178",
235+
"us-east-1": "785573368785",
236+
"us-east-2": "007439368137",
237+
"us-gov-west-1": "263933020539",
238+
"us-iso-east-1": "167761179201",
239+
"us-isob-east-1": "406031935815",
240+
"us-west-1": "710691900526",
241+
"us-west-2": "301217895009"
242+
},
243+
"repository": "sagemaker-inference-pytorch"
210244
}
211245
}
212246
}

0 commit comments

Comments
 (0)