Skip to content

Commit 681d211

Browse files
IshaChid76isha chidrawarpintaoz-aws
authored
change: Add image configs and region config for TPE (ap-east-2) (#5167)
* add image configs and region config for TPE (ap-east-2) * remove TPE from djl-neuronx --------- Co-authored-by: isha chidrawar <[email protected]> Co-authored-by: pintaoz-aws <[email protected]>
1 parent c849eae commit 681d211

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

src/sagemaker/image_uri_config/huggingface-neuron.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"repository": "huggingface-pytorch-inference-neuron",
1919
"registries": {
20+
"ap-east-2": "975050140332",
2021
"ap-northeast-1": "763104351884",
2122
"ap-south-1": "763104351884",
2223
"ap-south-2": "772153158452",

src/sagemaker/image_uri_config/huggingface-neuronx.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
],
2222
"repository": "huggingface-pytorch-training-neuronx",
2323
"registries": {
24+
"ap-east-2": "975050140332",
2425
"ap-northeast-1": "763104351884",
2526
"ap-south-1": "763104351884",
2627
"ap-south-2": "772153158452",
@@ -64,6 +65,7 @@
6465
],
6566
"repository": "huggingface-pytorch-inference-neuronx",
6667
"registries": {
68+
"ap-east-2": "975050140332",
6769
"ap-northeast-1": "763104351884",
6870
"ap-south-1": "763104351884",
6971
"ap-south-2": "772153158452",
@@ -107,6 +109,7 @@
107109
],
108110
"repository": "huggingface-pytorch-inference-neuronx",
109111
"registries": {
112+
"ap-east-2": "975050140332",
110113
"ap-northeast-1": "763104351884",
111114
"ap-south-1": "763104351884",
112115
"ap-south-2": "772153158452",
@@ -252,6 +255,7 @@
252255
"af-south-1": "626614931356",
253256
"il-central-1": "780543022126",
254257
"ap-east-1": "871362719292",
258+
"ap-east-2": "975050140332",
255259
"ap-northeast-1": "763104351884",
256260
"ap-northeast-2": "763104351884",
257261
"ap-northeast-3": "364406365360",
@@ -307,6 +311,7 @@
307311
"af-south-1": "626614931356",
308312
"il-central-1": "780543022126",
309313
"ap-east-1": "871362719292",
314+
"ap-east-2": "975050140332",
310315
"ap-northeast-1": "763104351884",
311316
"ap-northeast-2": "763104351884",
312317
"ap-northeast-3": "364406365360",
@@ -363,6 +368,7 @@
363368
"af-south-1": "626614931356",
364369
"il-central-1": "780543022126",
365370
"ap-east-1": "871362719292",
371+
"ap-east-2": "975050140332",
366372
"ap-northeast-1": "763104351884",
367373
"ap-northeast-2": "763104351884",
368374
"ap-northeast-3": "364406365360",
@@ -413,6 +419,7 @@
413419
"af-south-1": "626614931356",
414420
"il-central-1": "780543022126",
415421
"ap-east-1": "871362719292",
422+
"ap-east-2": "975050140332",
416423
"ap-northeast-1": "763104351884",
417424
"ap-northeast-2": "763104351884",
418425
"ap-northeast-3": "364406365360",

src/sagemaker/image_uri_config/huggingface-training-compiler.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"af-south-1": "626614931356",
6161
"il-central-1": "780543022126",
6262
"ap-east-1": "871362719292",
63+
"ap-east-2": "975050140332",
6364
"ap-northeast-1": "763104351884",
6465
"ap-northeast-2": "763104351884",
6566
"ap-northeast-3": "364406365360",
@@ -103,6 +104,7 @@
103104
"af-south-1": "626614931356",
104105
"il-central-1": "780543022126",
105106
"ap-east-1": "871362719292",
107+
"ap-east-2": "975050140332",
106108
"ap-northeast-1": "763104351884",
107109
"ap-northeast-2": "763104351884",
108110
"ap-northeast-3": "364406365360",
@@ -151,6 +153,7 @@
151153
"af-south-1": "626614931356",
152154
"il-central-1": "780543022126",
153155
"ap-east-1": "871362719292",
156+
"ap-east-2": "975050140332",
154157
"ap-northeast-1": "763104351884",
155158
"ap-northeast-2": "763104351884",
156159
"ap-northeast-3": "364406365360",

src/sagemaker/jumpstart/region_config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"content_bucket": "jumpstart-cache-prod-ap-east-1",
88
"gated_content_bucket": "jumpstart-private-cache-prod-ap-east-1"
99
},
10+
"ap-east-2": {
11+
"content_bucket": "jumpstart-cache-prod-ap-east-2",
12+
"gated_content_bucket": "jumpstart-private-cache-prod-ap-east-2"
13+
},
1014
"ap-northeast-1": {
1115
"content_bucket": "jumpstart-cache-prod-ap-northeast-1",
1216
"gated_content_bucket": "jumpstart-private-cache-prod-ap-northeast-1",

0 commit comments

Comments
 (0)