mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
NVIDIA and all the other big models are installed with pip
#1657
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 @SamuelMarks on GitHub (Aug 2, 2024).
Is your feature request related to a problem? Please describe.
My build is huge! - 6.8G from a
pip install open-webui+ youropen-webui/backend/requirements.txt.Describe the solution you'd like
pip install open-webuicould be:pip install open-webui[nothing]for just using API keys (nothing local), orpip install open-webui[rocm]orpip install open-webui[cuda].Describe alternatives you've considered
Crying / buying new harddrive / manually removing the big files I don't need
Additional context
N/A