mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #8595] "neither 'from' or 'files' was specified" error message when trying to upload GGUF #15185
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 @Kaszebe on GitHub (Jan 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8595
I'm on the latest version of OpenWeb UI. I'm trying to import a 8GB GGUF (https://huggingface.co/bartowski/HuatuoGPT-o1-8B-GGUF) and it's giving me the above error. It doesn't matter if I try to download it or upload the already-downloaded GGUF file into OpenWeb UI...the above error message always pops up.
Anyone know how to fix?
@dpk-it commented on GitHub (Jan 16, 2025):
I think it's because you are using Ollama 0.5.5+..? https://github.com/open-webui/open-webui/issues/8523
@Kaszebe commented on GitHub (Jan 16, 2025):
I'm on 0.5.6.
Should I downgrade?
@dpk-it commented on GitHub (Jan 16, 2025):
Yes, v0.5.4 should work.
Until support for the new format is added, adding models will not work
@dpk-it commented on GitHub (Jan 16, 2025):
try to use
OLLAMA_DOCKER_TAG=0.5.4env var@tjbck commented on GitHub (Jan 16, 2025):
Closing in favour of #8523!
@hemzet commented on GitHub (Jan 23, 2025):
am just wondering whether updating ollama model format in the just released version 0.5.6 should have fixed this?