mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #1124] Impossible to upload your GGUF model #27877
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 @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