mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
Model stays loaded in GPU memory indefinetly after updating docker #1361
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 @digitalpipelines on GitHub (Jun 24, 2024).
I'm running the docker version of v0.3.5. I upgraded from a previous version (I'm not certain but it was only about a month old). Since upgrading I noticed the addition of the JWT Expiration setting and by default it was set at -1, since I don't want it to stay loaded I tried changing it to "30m" as given in the example but it does not release it from the GPU memory and stays loaded indefinitely even though I change the setting. I have also tried to restart ollama after making the change and that did not help.