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 3045e4d commit d5d8324Copy full SHA for d5d8324
src/sagemaker/jumpstart/factory/model.py
@@ -259,6 +259,7 @@ def _add_instance_type_to_kwargs(
259
sagemaker_session=kwargs.sagemaker_session,
260
model_type=kwargs.model_type,
261
config_name=kwargs.config_name,
262
+ hub_arn=kwargs.hub_arn,
263
)
264
265
if specs.inference_configs and kwargs.config_name not in specs.inference_configs.configs:
@@ -780,6 +781,7 @@ def _add_config_name_to_deploy_kwargs(
780
781
sagemaker_session=temp_session,
782
783
784
785
786
default_config_name = _select_inference_config_from_training_config(
787
specs=specs, training_config_name=training_config_name
0 commit comments