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 8aaa0bd commit e3dc648Copy full SHA for e3dc648
src/sagemaker_pytorch_serving_container/torchserve.py
@@ -82,13 +82,10 @@ def start_torchserve(handler_service=DEFAULT_HANDLER_SERVICE):
82
if os.path.exists(REQUIREMENTS_PATH):
83
_install_requirements()
84
85
- print(f"Checking {LOG4J_OVERRIDE_PATH}")
86
if os.path.exists(LOG4J_OVERRIDE_PATH):
87
log4j_path = LOG4J_OVERRIDE_PATH
88
- print("Exists!")
89
else:
90
log4j_path = DEFAULT_TS_LOG_FILE
91
- print("Doesn't exist :-(")
92
93
ts_torchserve_cmd = [
94
"torchserve",
0 commit comments