mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #11602] issue: GGUF load by url is broken #16290
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 @morgan55555 on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11602
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
No response
Operating System
Docker / debian:12-slim
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Gguf upload by url should work.
Actual Behavior
Gguf upload by url stuck at 100%
Steps to Reproduce
Try to upload any gguf model by url.
Logs & Screenshots
Browser console:
Open Webui logs:
Additional Information
calculate_sha256 function now require a file path instead of stream, but download_file_stream still using stream.
Gguf upload by url is broken now, since https://github.com/open-webui/open-webui/pull/9641