mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #12634] feat: Why this webUI is huge? It takes around 8GB disk space. #32192
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 @aiwen324 on GitHub (Apr 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12634
Check Existing Issues
Problem Description
Can anyone explain to me why this webui is so huge? It's almost taking 8GB on my disk. Looking at the major contribution, it seems to be from these python packages. Why do we even need
nvidiaandtorch? I thought this was a frontend? Why do we need such packages to send request to something like Ollama server?I looked at some other repo, there is even a repo can make webUI as a chrome extension. https://github.com/n4ze3m/page-assist Can someone let me know what kind of features this webUI provides while that one does not?
Desired Solution you'd like
Get rid of these python packages...
Or provide an option let user choose not installing these python packages. If Python interpreter needs these, maybe provide an option let user use existing python environment on the system.
Alternatives Considered
No response
Additional Context
No response