Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokiiiiii committed Dec 18, 2024
1 parent c0902e8 commit 48ca11d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sagemaker/serve/builder/model_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,8 @@ def _model_builder_optimize_wrapper(
if is_gpu_instance and self.model and self.is_compiled:
if is_llama_3_plus:
raise ValueError(
"Compilation is not supported for models greater than Llama-3.0 with a GPU instance."
"Compilation is not supported for models greater "
"than Llama-3.0 with a GPU instance."
)
if speculative_decoding_config:
raise ValueError(
Expand Down

0 comments on commit 48ca11d

Please sign in to comment.