Skip to content

Commit 70b2f9a

Browse files
committed
change: update jumpstart region_config, update image_uri_configs 06-12-2025 07:18:12 PST
1 parent 844b558 commit 70b2f9a

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

src/sagemaker/image_uri_config/pytorch.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,8 @@
17051705
"2.3": "2.3.0",
17061706
"2.4": "2.4.0",
17071707
"2.5": "2.5.1",
1708-
"2.6": "2.6.0"
1708+
"2.6": "2.6.0",
1709+
"2.7": "2.7.1"
17091710
},
17101711
"versions": {
17111712
"0.4.0": {
@@ -2946,6 +2947,51 @@
29462947
"us-west-2": "763104351884"
29472948
},
29482949
"repository": "pytorch-training"
2950+
},
2951+
"2.7.1": {
2952+
"py_versions": [
2953+
"py312"
2954+
],
2955+
"registries": {
2956+
"af-south-1": "626614931356",
2957+
"ap-east-1": "871362719292",
2958+
"ap-east-2": "975050140332",
2959+
"ap-northeast-1": "763104351884",
2960+
"ap-northeast-2": "763104351884",
2961+
"ap-northeast-3": "364406365360",
2962+
"ap-south-1": "763104351884",
2963+
"ap-south-2": "772153158452",
2964+
"ap-southeast-1": "763104351884",
2965+
"ap-southeast-2": "763104351884",
2966+
"ap-southeast-3": "907027046896",
2967+
"ap-southeast-4": "457447274322",
2968+
"ap-southeast-5": "550225433462",
2969+
"ap-southeast-7": "590183813437",
2970+
"ca-central-1": "763104351884",
2971+
"ca-west-1": "204538143572",
2972+
"cn-north-1": "727897471807",
2973+
"cn-northwest-1": "727897471807",
2974+
"eu-central-1": "763104351884",
2975+
"eu-central-2": "380420809688",
2976+
"eu-north-1": "763104351884",
2977+
"eu-south-1": "692866216735",
2978+
"eu-south-2": "503227376785",
2979+
"eu-west-1": "763104351884",
2980+
"eu-west-2": "763104351884",
2981+
"eu-west-3": "763104351884",
2982+
"il-central-1": "780543022126",
2983+
"me-central-1": "914824155844",
2984+
"me-south-1": "217643126080",
2985+
"mx-central-1": "637423239942",
2986+
"sa-east-1": "763104351884",
2987+
"us-east-1": "763104351884",
2988+
"us-east-2": "763104351884",
2989+
"us-gov-east-1": "446045086412",
2990+
"us-gov-west-1": "442386744353",
2991+
"us-west-1": "763104351884",
2992+
"us-west-2": "763104351884"
2993+
},
2994+
"repository": "pytorch-training"
29492995
}
29502996
}
29512997
}

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)