We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2edb2e6 commit 4dca186Copy full SHA for 4dca186
src/sagemaker/jumpstart/factory/model.py
@@ -697,7 +697,7 @@ def _add_additional_model_data_sources_to_kwargs(
697
# Append speculative decoding data source from metadata
698
speculative_decoding_data_sources = specs.get_speculative_decoding_s3_data_sources()
699
for data_source in speculative_decoding_data_sources:
700
- data_source.s3_data_source.set_bucket(get_neo_content_bucket())
+ data_source.s3_data_source.set_bucket(get_neo_content_bucket(region=kwargs.region))
701
api_shape_additional_model_data_sources = (
702
[
703
camel_case_to_pascal_case(data_source.to_json())
0 commit comments