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 837f9b8 commit f093170Copy full SHA for f093170
src/sagemaker_pytorch_serving_container/torchserve.py
@@ -175,8 +175,8 @@ def _generate_ts_config_properties():
175
}
176
177
user_defined_configuration["models"] = json.dumps(models)
178
- logger.warn("Sagemaker TS environment variables have been set and will be used \
179
- for single model endpoint.")
+ logger.warn("Sagemaker TS environment variables have been set and will be used "
+ "for single model endpoint.")
180
181
custom_configuration = str()
182
0 commit comments