We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28951de commit 0495859Copy full SHA for 0495859
serving/docker/partition/properties_manager.py
@@ -89,7 +89,7 @@ def set_and_validate_model_dir(self):
89
90
def generate_properties_file(self):
91
checkpoint_path = self.properties.get('option.save_mp_checkpoint_path')
92
- configs = get_engine_configs(self.properties)
+ configs = {}
93
94
for key, value in self.properties.items():
95
if key not in EXCLUDE_PROPERTIES:
0 commit comments