[GH-ISSUE #10241] Support edge device to deployment OPENAI API only webui(1 cpu core, 1G memory or less) #54489

Closed
opened 2026-05-05 16:18:25 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @zjjott on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10241

Feature Request

Support edge device deployment OPENAPI only(2 cpu core or less, 1G memory or less)

Is your feature request related to a problem? Please describe.

I found open-webui have many library request,such as tensorboard/pytorch/transformers,which is not necessary for OPENAI API.
When startup open-webui at those low-memory device,It'll out of memory

Describe the solution you'd like
Can we decouple third-party library dependencies between local deployment and API deployment,and support low-memory deployment?

Originally created by @zjjott on GitHub (Feb 18, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/10241 # Feature Request Support edge device deployment OPENAPI only(2 cpu core or less, 1G memory or less) **Is your feature request related to a problem? Please describe.** I found open-webui have many library request,such as tensorboard/pytorch/transformers,which is not necessary for OPENAI API. When startup open-webui at those low-memory device,It'll out of memory **Describe the solution you'd like** Can we decouple third-party library dependencies between local deployment and API deployment,and support low-memory deployment?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#54489