v1.5
版本发布时间: 2023-07-26 22:14:49
oobabooga/text-generation-webui最新发布版本:v1.14(2024-08-20 12:29:43)
What's Changed
- Add a detailed extension example and update the extension docs. The example can be found here: example/script.py.
- Introduce a new
chat_input_modifier
extension function and deprecate the oldinput_hijack
. - Change rms_norm_eps to 5e-6 for
llama-2-70b ggmlall llama-2 models -- this value reduces the perplexities of the models. - Remove FlexGen support. It has been made obsolete by the lack of Llama support and the emergence of llama.cpp and 4-bit quantization. I can add it back if it ever gets updated.
- Use the dark theme by default.
- Set the correct instruction template for the model when switching from default/notebook modes to chat mode.
Bug fixes
- [extensions/openai] Fixes for: embeddings, tokens, better errors. +Docs update, +Images, +logit_bias/logprobs, +more. by @matasonic in #3122
- Fix typo in README.md by @eltociear in https://github.com/oobabooga/text-generation-webui/pull/3286
- README updates and improvements by @netrunnereve in https://github.com/oobabooga/text-generation-webui/pull/3198
- Ignore values in training.py which are not string by @Foxtr0t1337 in https://github.com/oobabooga/text-generation-webui/pull/3287