mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #10241] Support edge device to deployment OPENAI API only webui(1 cpu core, 1G memory or less) #15823
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 @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?