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
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">
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
```
<!-- gh-comment-id:1987707387 -->
@KevinKrueger commented on GitHub (Mar 11, 2024):

Why can't I upload my own model?
@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%
@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.
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 )
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
Reproduction Details
Confirmation:
Logs and Screenshots
@justinh-rahb commented on GitHub (Mar 10, 2024):
Try re-pulling the image, there was a fix pushed to
mainfor that. Here's a quick way to do that:@KevinKrueger commented on GitHub (Mar 11, 2024):
Why can't I upload my own model?
@tjbck commented on GitHub (Mar 11, 2024):
@KevinKrueger seems like the webui can't access Ollama, check out our troubleshooting doc.
@KevinKrueger commented on GitHub (Mar 11, 2024):
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%
@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.
@zaperda commented on GitHub (Mar 11, 2024):
I don't use docker )
@zaperda commented on GitHub (Mar 11, 2024):
URL mode - work
File mode - doesn't work
@tjbck commented on GitHub (Mar 11, 2024):
Duplicate #499