We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74bc3e1 commit 122d293Copy full SHA for 122d293
src/sagemaker/serve/builder/model_builder.py
@@ -726,8 +726,6 @@ def build( # pylint: disable=R0911
726
self.role_arn = role_arn
727
self.sagemaker_session = sagemaker_session or Session()
728
729
- self.sagemaker_session.settings._local_download_dir = self.model_path
730
-
731
# https://github.com/boto/botocore/blob/develop/botocore/useragent.py#L258
732
# decorate to_string() due to
733
# https://github.com/boto/botocore/blob/develop/botocore/client.py#L1014-L1015
0 commit comments