[GH-ISSUE #4276] NVIDIA and all the other big models are installed with pip #52217

Closed
opened 2026-05-05 13:22:36 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @SamuelMarks on GitHub (Aug 2, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4276

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). Original GitHub issue: https://github.com/open-webui/open-webui/issues/4276 **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#52217