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 112a08a commit 82c0919Copy full SHA for 82c0919
src/sagemaker_pytorch_serving_container/torchserve.py
@@ -175,6 +175,7 @@ def _generate_ts_config_properties():
175
}
176
177
user_defined_configuration["models"] = json.dumps(models)
178
+ user_defined_configuration["load_models"] = f"{DEFAULT_TS_MODEL_NAME}.mar"
179
180
custom_configuration = str()
181
0 commit comments