mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04: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:
|
||||
logger.info("WARPERS=")
|
||||
pprint.PrettyPrinter(indent=4, sort_dicts=False).pprint([x.__class__.__name__ for x in warpers])
|
||||
print()
|
||||
|
||||
if normalize is not None:
|
||||
warpers.append(normalize)
|
||||
|
Loading…
Reference in New Issue
Block a user