mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-06-08 22:56:24 -04:00
commit
4eecb6611f
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ Its goal is to become the [AUTOMATIC1111/stable-diffusion-webui](https://github.
|
|||
- Simple LoRA fine-tuning tool.
|
||||
- Requirements installed in a self-contained `installer_files` directory that doesn't interfere with the system environment.
|
||||
- Extension support, with numerous built-in and user-contributed extensions available. See the [wiki](https://github.com/oobabooga/text-generation-webui/wiki/07-%E2%80%90-Extensions) and [extensions directory](https://github.com/oobabooga/text-generation-webui-extensions) for details.
|
||||
- Completely private: no telemetry, no tracking, no remote connections.
|
||||
|
||||
## How to install
|
||||
|
||||
|
|
|
@ -192,7 +192,7 @@ class LlamaServer:
|
|||
"post_sampling_probs": use_samplers,
|
||||
})
|
||||
|
||||
if shared.args.verbose:
|
||||
if shared.args.verbose and use_samplers:
|
||||
logger.info("GENERATE_PARAMS=")
|
||||
printable_payload = {k: v for k, v in payload.items() if k != "prompt"}
|
||||
pprint.PrettyPrinter(indent=4, sort_dicts=False).pprint(printable_payload)
|
||||
|
|
Loading…
Add table
Reference in a new issue