Philipp Emanuel Weidmann
Philipp Emanuel Weidmann
This PR introduces a new truncation sampler called **P-Step**. The sampler discards all tokens after the first "step" in the probability distribution, that is, the first position where the following...
Looping is an undesirable behavior where the model repeats phrases verbatim that have previously occurred in the input. It affects most models, and is exacerbated by the use of truncation...
### Describe the bug Pip normally caches packages, but it appears that this doesn't happen (at least not by default) for dependencies specified as URLs, which text-generation-webui has quite a...
### Environment Self-Hosted (Bare Metal) ### System Firefox 123.0, Ubuntu 22.04 ### Version 1.11.3 ### Desktop Information _No response_ ### Describe the problem 1. Open the User Settings. 2. Uncheck...
### Describe the bug My extension [Chatbot Clinic](https://github.com/p-e-w/chatbot_clinic) contains this code: ```python gr.on( triggers=[message.submit, send.click], fn=do_send, inputs={state, message}, outputs=[state, chatbot, message, send], show_progress="hidden", ) ``` This is a valid Gradio...
### Describe the bug With the llama.cpp loader, when a running API request is cancelled, followed quickly by dispatching a second API request, the whole application crashes with a segmentation...
On the subject of "How do I keep track of row, col information?", the README suggests: > The best way is to use a linebuffer data structure in conjunction with...
This can be verified by running the commands ``` printf %4083s ``` which works, versus ``` printf %4084s ``` which crashes and sometimes freezes, when run from a Shin input...
When entering the command prompt with `:` and pressing backspace, the prompt character itself is deleted. This is almost never what the user wants. Vim exits the prompt when backspace...
### Environment Self-Hosted (Bare Metal) ### System Firefox 123.0, Ubuntu 22.04 ### Version 1.11.3 ### Desktop Information _No response_ ### Describe the problem 1. Select a preset. 2. Check the...