mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
Minor logging change
This commit is contained in:
parent
dfb01f9a63
commit
d02744282b
1 changed files with 1 additions and 0 deletions
|
|
@ -242,6 +242,7 @@ def huggingface_loader(model_name):
|
|||
|
||||
logger.info("TRANSFORMERS_PARAMS=")
|
||||
pprint.PrettyPrinter(indent=4, sort_dicts=False).pprint(params)
|
||||
print()
|
||||
model = LoaderClass.from_pretrained(path_to_model, **params)
|
||||
|
||||
return model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue