Skip to content

Commit d408594

Browse files
cj-zhangJoseph Zhang
andauthored
Bump SMD version to enable custom workflow deployment. (#5230)
* Bump SMD version to enable custom workflow deployment. * Update SMD image uri UT. --------- Co-authored-by: Joseph Zhang <[email protected]>
1 parent e9d663c commit d408594

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sagemaker/image_uri_config/sagemaker-distribution.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"processors": ["cpu", "gpu"],
33
"scope": ["inference"],
44
"version_aliases": {
5-
"3.0": "3.0.0"
5+
"3.2": "3.2.0"
66
},
77
"versions": {
8-
"3.0.0": {
8+
"3.2.0": {
99
"registries": {
1010
"us-east-1": "885854791233",
1111
"us-east-2": "137914896644",

tests/unit/sagemaker/image_uris/test_sagemaker_distribution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_sagemaker_distribution_ecr_uri(load_config):
4141
account=SAGEMAKER_DISTRIBUTION_ACCOUNTS[region],
4242
region=region,
4343
version=version,
44-
tag="3.0.0",
44+
tag="3.2.0",
4545
instance_type=INSTANCE_TYPES[processor],
4646
processor=processor,
4747
)

0 commit comments

Comments
 (0)