oobabooga / text-generation-webui

A Gradio web UI for Large Language Models.
GNU Affero General Public License v3.0
40.87k stars 5.34k forks source link

Multiple settings aren't saved on restart #6498

Open Lex-DRL opened 1 month ago

Lex-DRL commented 1 month ago

Describe the bug

When restarting webUI, many essential parameters are reset to their defaults with seemingly no way to save them. Specifically:

Is there an existing issue for this?

Reproduction

Screenshot

No response

Logs

-

System Info

Server (running webUI in local network):
OS: Manjaro Linux
CPU: Intel(R) Core(TM) i7-13700K
GPU: NVIDIA RTX 4090

Client:
OS: Windows 10 x64
Browser: Firefox 131.0.3
mefich commented 1 month ago

Some settings can be saved by using "Save UI defaults" in Session tab. For example command for chat-instruct mode, some settings from parameters tab, etc.

Lex-DRL commented 1 month ago

Hmmm... Thanks for the info.

The issue isn't a bug but a feature request then. If so, maybe such settings need to be on the same page, which also contains save button?