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 b60633f commit 6c1e961Copy full SHA for 6c1e961
textbox/config/configurator.py
@@ -306,7 +306,7 @@ def check_load_type(self):
306
if not self.final_config_dict.get('model_path', None):
307
self.final_config_dict['load_type'] = 'from_scratch'
308
elif os.path.exists(os.path.join(self.final_config_dict['model_path'], 'textbox_configuration.pt')):
309
- self.final_config_dict['load_type'] = 'resume'
+ self.final_config_dict['load_type'] = 'resume'
310
else:
311
self.final_config_dict['load_type'] = 'from_pretrained'
312
0 commit comments