mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #22639] feat: Why do we need to connect to Hugging Face when running the service #35303
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 @Zingsun on GitHub (Mar 13, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22639
Check Existing Issues
Verify Feature Scope
Problem Description
When I run "open-webui serve", the background log keeps requesting this Huggingface address, but my network cannot access the Huggingface website.
https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/resolve/main/./modules.json
Desired Solution you'd like
Could an offline installation solution be provided
Alternatives Considered
No response
Additional Context
No response
@rgaricano commented on GitHub (Mar 13, 2026):
https://docs.openwebui.com/tutorials/maintenance/offline-mode#how-to-enable-offline-mode
@Zingsun commented on GitHub (Mar 14, 2026):
thank you