Improve several log messages
This commit is contained in:
parent
23818dc098
commit
9992f7d8c0
7 changed files with 37 additions and 28 deletions
|
@ -54,7 +54,7 @@ sampler_hijack.hijack_samplers()
|
|||
|
||||
|
||||
def load_model(model_name, loader=None):
|
||||
logger.info(f"Loading {model_name}...")
|
||||
logger.info(f"Loading {model_name}")
|
||||
t0 = time.time()
|
||||
|
||||
shared.is_seq2seq = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue