fix problem that was causing CI failures

This commit is contained in:
Lincoln Stein 2023-02-21 13:44:32 -05:00
parent fff41a7349
commit d01e23973e

View File

@ -816,6 +816,7 @@ def main():
if opt.yes_to_all:
write_default_options(opt, init_file)
init_options = Namespace(precision='float32' if opt.full_precision else 'float16')
else:
init_options, models_to_download = run_console_ui(opt, init_file)
if init_options: