mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
Stopping generation doesn't actually stop interference #1084
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Arche151 on GitHub (May 31, 2024).
I am running the docker image with bundled Ollama (CPU interference) and when I click the stop button during generation, in the UI the text generation stops, but my CPU is still under as much load as before.
And when I start a new chat, the text generations takes forever. Only after restarting the Docker container I get the same speeds as before.
So clicking stop doesn't actually stop the interference.