Skip to content

Commit 6c1e961

Browse files
committed
configurator delete space
1 parent b60633f commit 6c1e961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textbox/config/configurator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def check_load_type(self):
306306
if not self.final_config_dict.get('model_path', None):
307307
self.final_config_dict['load_type'] = 'from_scratch'
308308
elif os.path.exists(os.path.join(self.final_config_dict['model_path'], 'textbox_configuration.pt')):
309-
self.final_config_dict['load_type'] = 'resume'
309+
self.final_config_dict['load_type'] = 'resume'
310310
else:
311311
self.final_config_dict['load_type'] = 'from_pretrained'
312312

0 commit comments

Comments
 (0)