mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #2684] Stopping generation doesn't actually stop interference #51646
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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2684
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.