mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #8573] Check the free disk space before installing a model #15176
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 @Amatewasu on GitHub (Jan 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8573
Feature Request
Is your feature request related to a problem? Please describe.
If we install a model and it takes all space left, the global system and the computer will have a lot of issues.
Describe the solution you'd like
It would be great to display the free disk space before installing a model.
Describe alternatives you've considered
We could also just prevent the install of the model if there's no space left.
Additional context