Skip to content

Commit 48ca11d

Browse files
committed
Linting
1 parent c0902e8 commit 48ca11d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sagemaker/serve/builder/model_builder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,8 @@ def _model_builder_optimize_wrapper(
14401440
if is_gpu_instance and self.model and self.is_compiled:
14411441
if is_llama_3_plus:
14421442
raise ValueError(
1443-
"Compilation is not supported for models greater than Llama-3.0 with a GPU instance."
1443+
"Compilation is not supported for models greater "
1444+
"than Llama-3.0 with a GPU instance."
14441445
)
14451446
if speculative_decoding_config:
14461447
raise ValueError(

0 commit comments

Comments
 (0)