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 74a0e36 commit 955479aCopy full SHA for 955479a
src/sagemaker/serve/validations/optimization.py
@@ -184,7 +184,10 @@ def _validate_optimization_configuration(
184
)
185
except ValueError as neuron_compare_error:
186
raise ValueError(
187
- f"Optimizations that use {neuron_compare_error} are not supported on Neuron instances."
+ (
188
+ f"Optimizations that use {neuron_compare_error} "
189
+ "are not supported on Neuron instances."
190
+ )
191
192
else:
193
try:
0 commit comments