Skip to content

Commit 719d35e

Browse files
authored
Merge branch 'master' into master-jinja-update
2 parents e534d76 + 11dbba9 commit 719d35e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/sagemaker/image_uri_config/sagemaker-base-python.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"ap-southeast-2": "452832661640",
1313
"ap-southeast-3": "276181064229",
1414
"ap-southeast-5": "148761635175",
15+
"ap-southeast-7": "528757812139",
1516
"ca-central-1": "310906938811",
1617
"cn-north-1": "390048526115",
1718
"cn-northwest-1": "390780980154",
@@ -26,6 +27,7 @@
2627
"il-central-1": "380164790875",
2728
"me-central-1": "103105715889",
2829
"me-south-1": "117516905037",
30+
"mx-central-1": "396913743851",
2931
"sa-east-1": "782484402741",
3032
"us-east-1": "081325390199",
3133
"us-east-2": "429704687514",

tests/integ/sagemaker/jumpstart/model/test_jumpstart_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def test_jumpstart_gated_model(setup):
170170

171171
model = JumpStartModel(
172172
model_id=model_id,
173-
model_version="3.*", # version >=3.0.0 stores artifacts in jumpstart-private-cache-* buckets
173+
model_version="*", # version >=3.0.0 stores artifacts in jumpstart-private-cache-* buckets
174174
role=get_sm_session().get_caller_identity_arn(),
175175
sagemaker_session=get_sm_session(),
176176
)
@@ -197,7 +197,7 @@ def test_jumpstart_gated_model_inference_component_enabled(setup):
197197

198198
model = JumpStartModel(
199199
model_id=model_id,
200-
model_version="3.*", # version >=3.0.0 stores artifacts in jumpstart-private-cache-* buckets
200+
model_version="*", # version >=3.0.0 stores artifacts in jumpstart-private-cache-* buckets
201201
role=get_sm_session().get_caller_identity_arn(),
202202
sagemaker_session=get_sm_session(),
203203
)

0 commit comments

Comments
 (0)