Skip to content

Commit 661a415

Browse files
author
Jonathan Makunga
committed
model tags
1 parent a7d1bae commit 661a415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serve/utils/optimize_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def _custom_speculative_decoding(
332332

333333
model.env.update({"OPTION_SPECULATIVE_DRAFT_MODEL": speculative_draft_model})
334334
model.add_tags(
335-
{"Key": Tag.SPECULATIVE_DRAFT_MODEL_PROVIDER, "Value": "customer"},
335+
{"Key": Tag.SPECULATIVE_DRAFT_MODEL_PROVIDER, "Value": "custom"},
336336
)
337337

338338
return model

0 commit comments

Comments
 (0)