mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12686] issue: "Missing" dependency "hf_xet" warning on first startup from 0.6.0 onwards #16683
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 @Ronimsenn on GitHub (Apr 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12686
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.0+
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
In versions prior to
0.6.0, the file download completed without any warnings.Actual Behavior
In version
0.6.0,0.6.1and0.6.2, when starting the docker container for the first time, it prints (multiple times):WARNI [huggingface_hub.file_download] Xet Storage is enabled for this repo, but the 'hf_xet' package is not installed. Falling back to regular HTTP download. For better performance, install the package with: `pip install huggingface_hub[hf_xet]` or `pip install hf_xetIt seems to lead to no actual issues, and it won't happen again after the first startup (probably, because the files are already downloaded and persisted in the volume mounted at
app/backend/data.Steps to Reproduce
0.6.0,0.6.1or0.6.2docker run -d -p 3000:8080 -v open-webui:/app/backend/data --name open-webui --restart unless-stopped ghcr.io/open-webui/open-webui:0.6.2docker logs -f open-webuiLogs & Screenshots
Additional Information
No response