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 0f8b749 commit 554876bCopy full SHA for 554876b
src/sagemaker_mxnet_serving_container/handler_service.py
@@ -55,7 +55,7 @@ def _user_module_transformer(model_dir=environment.model_dir):
55
else:
56
log.info("Please include /code/{}.py in model_dir".format(module_name))
57
raise ValueError('Invalid inference_script path: Could not find '
58
- 'valid inference_script path {} in model artifact'.format(inference_script))
+ 'valid inference_script path {} in model artifact'.format(inference_script))
59
60
if hasattr(user_module, 'transform_fn'):
61
return Transformer(default_inference_handler=DefaultMXNetInferenceHandler())
0 commit comments