mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Better warpers logging
This commit is contained in:
parent
494cc3c5b0
commit
3add2376cd
@ -431,6 +431,7 @@ def get_logits_warper_patch(self, generation_config):
|
|||||||
if shared.args.verbose:
|
if shared.args.verbose:
|
||||||
logger.info("WARPERS=")
|
logger.info("WARPERS=")
|
||||||
pprint.PrettyPrinter(indent=4, sort_dicts=False).pprint([x.__class__.__name__ for x in warpers])
|
pprint.PrettyPrinter(indent=4, sort_dicts=False).pprint([x.__class__.__name__ for x in warpers])
|
||||||
|
print()
|
||||||
|
|
||||||
if normalize is not None:
|
if normalize is not None:
|
||||||
warpers.append(normalize)
|
warpers.append(normalize)
|
||||||
|
Loading…
Reference in New Issue
Block a user