NVIDIA and all the other big models are installed with pip #1657

Closed
opened 2025-11-11 14:49:29 -06:00 by GiteaMirror · 0 comments
Owner

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 + your open-webui/backend/requirements.txt.

Describe the solution you'd like
pip install open-webui could be:

  • pip install open-webui[nothing] for just using API keys (nothing local), or
  • pip install open-webui[rocm] or
  • pip 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

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` + your `open-webui/backend/requirements.txt`. **Describe the solution you'd like** `pip install open-webui` could be: - `pip install open-webui[nothing]` for just using API keys (nothing local), or - `pip install open-webui[rocm]` or - `pip 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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1657