Upload Progress Bar Stuck at 100% When Uploading GGUF Model #3447

Closed
opened 2025-11-11 15:31:53 -06:00 by GiteaMirror · 0 comments
Owner

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:
Image

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: ![Image](https://github.com/user-attachments/assets/13abf8f7-ee0d-4d08-a68d-045aa888191a)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#3447