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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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