mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
Upload Progress Bar Stuck at 100% When Uploading GGUF Model #3447
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 @Harrison-Chiu on GitHub (Jan 27, 2025).
Installation Method: Docker
Open WebUI Version: v0.5.7
Ollama Version: v0.5.7
Operating System: Windows 11
Browser: Microsoft Edge
Expected Behavior
When uploading a GGUF model file through the Web UI, the upload process should complete successfully, allowing the model to be used for further tasks.
Actual Behavior
The upload progress bar reaches 100% but does not proceed further.
The model upload does not complete, and the UI provides no error messages or feedback indicating the issue.
Bug Summary
The Web UI upload function seems to fail when uploading GGUF model files, potentially due to an issue with handling multipart data or boundary errors.
Reproduction Details
Steps to Reproduce:
Install Open WebUI and Ollama using Docker.
Open the Web UI in Microsoft Edge.
Navigate to the model upload page.
Attempt to upload a GGUF model.
Observe that the progress bar reaches 100% and stops, with no further actions occurring.
Logs and Screenshots
Docker Container Logs:
2025-01-27 19:44:11 INFO: 172.17.0.1:47160 - "GET /ollama/api/tags/0 HTTP/1.1" 200 OK
2025-01-27 19:44:56 WARNI [python_multipart.multipart] Skipping data after last boundary
2025-01-27 19:45:06 INFO: 172.17.0.1:47530 - "POST /ollama/models/upload/0 HTTP/1.1" 200 OK
Screenshots/Screen Recordings:
