Skip to content

Commit 3ae20b7

Browse files
SuhitKSuhit Kodgule
and
Suhit Kodgule
authored
Updates for SMP v2.3.1 (#4660)
Co-authored-by: Suhit Kodgule <[email protected]>
1 parent 49e09c3 commit 3ae20b7

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

src/sagemaker/fw_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@
142142
"2.1.0",
143143
"2.1.2",
144144
"2.2.0",
145-
"2.3.0",
146145
],
147146
}
148147

@@ -170,6 +169,7 @@
170169
"2.1.2",
171170
"2.2.0",
172171
"2.3.0",
172+
"2.3.1",
173173
]
174174

175175
TRAINIUM_SUPPORTED_DISTRIBUTION_STRATEGIES = ["torch_distributed"]

src/sagemaker/image_uri_config/pytorch-smp.json

+27-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"version_aliases": {
77
"2.0": "2.0.1",
88
"2.1": "2.1.2",
9-
"2.2": "2.3.0",
10-
"2.2.0": "2.3.0"
9+
"2.2": "2.3.1",
10+
"2.2.0": "2.3.1"
1111
},
1212
"versions": {
1313
"2.0.1": {
@@ -109,6 +109,31 @@
109109
"us-west-2": "658645717510"
110110
},
111111
"repository": "smdistributed-modelparallel"
112+
},
113+
"2.3.1": {
114+
"py_versions": [
115+
"py310"
116+
],
117+
"registries": {
118+
"ap-northeast-1": "658645717510",
119+
"ap-northeast-2": "658645717510",
120+
"ap-northeast-3": "658645717510",
121+
"ap-south-1": "658645717510",
122+
"ap-southeast-1": "658645717510",
123+
"ap-southeast-2": "658645717510",
124+
"ca-central-1": "658645717510",
125+
"eu-central-1": "658645717510",
126+
"eu-north-1": "658645717510",
127+
"eu-west-1": "658645717510",
128+
"eu-west-2": "658645717510",
129+
"eu-west-3": "658645717510",
130+
"sa-east-1": "658645717510",
131+
"us-east-1": "658645717510",
132+
"us-east-2": "658645717510",
133+
"us-west-1": "658645717510",
134+
"us-west-2": "658645717510"
135+
},
136+
"repository": "smdistributed-modelparallel"
112137
}
113138
}
114139
}

0 commit comments

Comments
 (0)