File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/sagemaker/image_uri_config
tests/integ/sagemaker/jumpstart/model Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 12
12
"ap-southeast-2" : " 452832661640" ,
13
13
"ap-southeast-3" : " 276181064229" ,
14
14
"ap-southeast-5" : " 148761635175" ,
15
+ "ap-southeast-7" : " 528757812139" ,
15
16
"ca-central-1" : " 310906938811" ,
16
17
"cn-north-1" : " 390048526115" ,
17
18
"cn-northwest-1" : " 390780980154" ,
26
27
"il-central-1" : " 380164790875" ,
27
28
"me-central-1" : " 103105715889" ,
28
29
"me-south-1" : " 117516905037" ,
30
+ "mx-central-1" : " 396913743851" ,
29
31
"sa-east-1" : " 782484402741" ,
30
32
"us-east-1" : " 081325390199" ,
31
33
"us-east-2" : " 429704687514" ,
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ def test_jumpstart_gated_model(setup):
170
170
171
171
model = JumpStartModel (
172
172
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
174
174
role = get_sm_session ().get_caller_identity_arn (),
175
175
sagemaker_session = get_sm_session (),
176
176
)
@@ -197,7 +197,7 @@ def test_jumpstart_gated_model_inference_component_enabled(setup):
197
197
198
198
model = JumpStartModel (
199
199
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
201
201
role = get_sm_session ().get_caller_identity_arn (),
202
202
sagemaker_session = get_sm_session (),
203
203
)
You can’t perform that action at this time.
0 commit comments