Skip to content

Commit a211c76

Browse files
authored
feat: Upgrade smp to version 2.3.0 (#4560)
* upgrading smp to version 2.2.1 * upgrading smp to version 2.2.1 * Update version to 2.3.0 * Remove extra changes * Add smdp supported smp version * Update SMP version to be 2.2.1 * Revert "Update SMP version to be 2.2.1" This reverts commit 4bb39e3. * Update version alias * Update alias
1 parent 067c34e commit a211c76

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

src/sagemaker/fw_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
"2.1.0",
143143
"2.1.2",
144144
"2.2.0",
145+
"2.3.0",
145146
],
146147
}
147148

@@ -168,6 +169,7 @@
168169
"2.1.0",
169170
"2.1.2",
170171
"2.2.0",
172+
"2.3.0",
171173
]
172174

173175
TRAINIUM_SUPPORTED_DISTRIBUTION_STRATEGIES = ["torch_distributed"]

src/sagemaker/image_uri_config/pytorch-smp.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"version_aliases": {
77
"2.0": "2.0.1",
88
"2.1": "2.1.2",
9-
"2.2": "2.2.0"
9+
"2.2": "2.3.0",
10+
"2.2.0": "2.3.0"
1011
},
1112
"versions": {
1213
"2.0.1": {
@@ -83,6 +84,31 @@
8384
"us-west-2": "658645717510"
8485
},
8586
"repository": "smdistributed-modelparallel"
87+
},
88+
"2.3.0": {
89+
"py_versions": [
90+
"py310"
91+
],
92+
"registries": {
93+
"ap-northeast-1": "658645717510",
94+
"ap-northeast-2": "658645717510",
95+
"ap-northeast-3": "658645717510",
96+
"ap-south-1": "658645717510",
97+
"ap-southeast-1": "658645717510",
98+
"ap-southeast-2": "658645717510",
99+
"ca-central-1": "658645717510",
100+
"eu-central-1": "658645717510",
101+
"eu-north-1": "658645717510",
102+
"eu-west-1": "658645717510",
103+
"eu-west-2": "658645717510",
104+
"eu-west-3": "658645717510",
105+
"sa-east-1": "658645717510",
106+
"us-east-1": "658645717510",
107+
"us-east-2": "658645717510",
108+
"us-west-1": "658645717510",
109+
"us-west-2": "658645717510"
110+
},
111+
"repository": "smdistributed-modelparallel"
86112
}
87113
}
88114
}

0 commit comments

Comments
 (0)