mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[Question] Open-Webui, how is it releasing memory? #415
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 @tilllt on GitHub (Mar 5, 2024).
Hey there,
i have several AI Services running (Whisper-API, Auto111/StableDiffusion, TTS-Web-GUI), which all compete for the little 12GB VRAM of our GPU. Open-Webui / Ollama are the most frequently used and it happens quite regularly, that - even if no one is actively using Ollama- there is no VRAM available for the other servies.
It seems that open-webui's detection of when a session is active (keep the model loaded) or not (free the vram) is not working reliably. How is this handled at the moment?
Cheers