[GH-ISSUE #1124] Impossible to upload your GGUF model #12349

Closed
opened 2026-04-19 19:15:03 -05:00 by GiteaMirror · 8 comments
Owner

Originally created by @zaperda on GitHub (Mar 10, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1124

Bug Report

Description

In v0.1.110 I can't load my GGUF model. The link is there, but nothing happens when you click on it.

Environment

  • Operating System: Windows 11, macOS 14.0
  • **Browser Chrome , Safari

Reproduction Details

Confirmation:

  • [ x] I have read and followed all the instructions provided in the README.md.
  • [ x] I am on the latest version of both Open WebUI and Ollama.
  • [ x] I have included the browser console logs.
  • [ x] I have included the Docker container logs.

Logs and Screenshots

image
Originally created by @zaperda on GitHub (Mar 10, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/1124 # Bug Report ## Description In v0.1.110 I can't load my GGUF model. The link is there, but nothing happens when you click on it. ## Environment - **Operating System:** Windows 11, macOS 14.0 - **Browser Chrome , Safari ## Reproduction Details **Confirmation:** - [ x] I have read and followed all the instructions provided in the README.md. - [ x] I am on the latest version of both Open WebUI and Ollama. - [ x] I have included the browser console logs. - [ x] I have included the Docker container logs. ## Logs and Screenshots <img width="502" alt="image" src="https://github.com/open-webui/open-webui/assets/13097248/92d54293-52dd-4db4-b5eb-ff74f1b6ff16">
Author
Owner

@justinh-rahb commented on GitHub (Mar 10, 2024):

Try re-pulling the image, there was a fix pushed to main for that. Here's a quick way to do that:

docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
<!-- gh-comment-id:1987327565 --> @justinh-rahb commented on GitHub (Mar 10, 2024): Try re-pulling the image, there was a fix pushed to `main` for that. Here's a quick way to do that: ```bash docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui ```
Author
Owner

@KevinKrueger commented on GitHub (Mar 11, 2024):

image

Why can't I upload my own model?

<!-- gh-comment-id:1987707387 --> @KevinKrueger commented on GitHub (Mar 11, 2024): ![image](https://github.com/open-webui/open-webui/assets/25382167/f54020e3-db8e-4c84-9eb2-158c3381a5a8) Why can't I upload my own model?
Author
Owner

@tjbck commented on GitHub (Mar 11, 2024):

@KevinKrueger seems like the webui can't access Ollama, check out our troubleshooting doc.

<!-- gh-comment-id:1987710551 --> @tjbck commented on GitHub (Mar 11, 2024): @KevinKrueger seems like the webui can't access Ollama, check out our troubleshooting doc.
Author
Owner

@KevinKrueger commented on GitHub (Mar 11, 2024):

@KevinKrueger seems like the webui can't access Ollama, check out our troubleshooting doc.

I have tested all your variants (in doc) both locally and on a server and none of them work reliably and as expected.

I have also had the case where I was able to upload a model but the progress bar was permanently at 0%

<!-- gh-comment-id:1987722642 --> @KevinKrueger commented on GitHub (Mar 11, 2024): > @KevinKrueger seems like the webui can't access Ollama, check out our troubleshooting doc. I have tested all your variants (in doc) both locally and on a server and none of them work reliably and as expected. I have also had the case where I was able to upload a model but the progress bar was permanently at 0%
Author
Owner

@tjbck commented on GitHub (Mar 11, 2024):

@KevinKrueger GGUF model upload is labeled as experimental for a reason and if you're able to see the 0% for the progress bar it usually means that it will update once it's done uploaded :) it just won't reflect the real upload progress.

<!-- gh-comment-id:1987729863 --> @tjbck commented on GitHub (Mar 11, 2024): @KevinKrueger GGUF model upload is labeled as experimental for a reason and if you're able to see the 0% for the progress bar it usually means that it will update once it's done uploaded :) it just won't reflect the real upload progress.
Author
Owner

@zaperda commented on GitHub (Mar 11, 2024):

GGUF model upload is labeled as experimental for a reason and if you're able to see the 0% for the progress bar it usually means that it will update once it's done uploaded :) it just won't reflect the real upload progress.

I don't use docker )

<!-- gh-comment-id:1987736957 --> @zaperda commented on GitHub (Mar 11, 2024): > GGUF model upload is labeled as experimental for a reason and if you're able to see the 0% for the progress bar it usually means that it will update once it's done uploaded :) it just won't reflect the real upload progress. I don't use docker )
Author
Owner

@zaperda commented on GitHub (Mar 11, 2024):

URL mode - work
File mode - doesn't work

<!-- gh-comment-id:1987739918 --> @zaperda commented on GitHub (Mar 11, 2024): URL mode - work File mode - doesn't work
Author
Owner

@tjbck commented on GitHub (Mar 11, 2024):

Duplicate #499

<!-- gh-comment-id:1987743020 --> @tjbck commented on GitHub (Mar 11, 2024): Duplicate #499
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#12349