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 c0902e8 commit 48ca11dCopy full SHA for 48ca11d
src/sagemaker/serve/builder/model_builder.py
@@ -1440,7 +1440,8 @@ def _model_builder_optimize_wrapper(
1440
if is_gpu_instance and self.model and self.is_compiled:
1441
if is_llama_3_plus:
1442
raise ValueError(
1443
- "Compilation is not supported for models greater than Llama-3.0 with a GPU instance."
+ "Compilation is not supported for models greater "
1444
+ "than Llama-3.0 with a GPU instance."
1445
)
1446
if speculative_decoding_config:
1447
0 commit comments