Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
billytrend-cohere committed Sep 30, 2024
1 parent 33c8b91 commit 1b71abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cohere/manually_maintained/cohere_aws/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(
"""
self._client = boto3.client("sagemaker-runtime", region_name=aws_region)
self._service_client = boto3.client("sagemaker", region_name=aws_region)
self._sess = sage.Session(sagemaker_client=self._service_client)
self._sess = sage.Session(sagemaker_client=self._service_client, region_name=aws_region)
self.mode = Mode.SAGEMAKER


Expand Down

0 comments on commit 1b71abe

Please sign in to comment.