Skip to content

Commit 1f80808

Browse files
committed
fix: not passing region to get jumpstart bucket
1 parent f6fe6be commit 1f80808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/jumpstart/notebook_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def evaluate_model(model_manifest: JumpStartModelHeader) -> Optional[Tuple[str,
367367
model_specs = JumpStartModelSpecs(
368368
json.loads(
369369
DEFAULT_JUMPSTART_SAGEMAKER_SESSION.read_s3_file(
370-
get_jumpstart_content_bucket(), model_manifest.spec_key
370+
get_jumpstart_content_bucket(region), model_manifest.spec_key
371371
)
372372
)
373373
)

0 commit comments

Comments
 (0)