Skip to content

Commit 292cf5a

Browse files
dk19ylaurenyu
andauthored
Update src/sagemaker_pytorch_serving_container/torchserve.py
Co-authored-by: Lauren Yu <[email protected]>
1 parent ed641f8 commit 292cf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker_pytorch_serving_container/torchserve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
DEFAULT_TS_LOG_FILE = pkg_resources.resource_filename(
4141
sagemaker_pytorch_serving_container.__name__, "/etc/log4j.properties"
4242
)
43-
DEFAULT_TS_MODEL_DIRECTORY = os.path.join(os.getcwd(), ".sagemaker/ts/models")
43+
DEFAULT_TS_MODEL_DIRECTORY = os.path.join(os.getcwd(), ".sagemaker", "ts", "models")
4444
DEFAULT_TS_MODEL_NAME = "model"
4545
DEFAULT_TS_MODEL_SERIALIZED_FILE = "model.pth"
4646
DEFAULT_HANDLER_SERVICE = "sagemaker_pytorch_serving_container.handler_service"

0 commit comments

Comments
 (0)