mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #8949] Replace experimental hugging face gguf upload interface with ollama pull #30860
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 @joequant on GitHub (Jan 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8949
ollama now has the ability to pull from hf.co and the interface to load models from hugging face should use this interface which is much cleaner and easier to use. The old URL GGUF is buggy and prone to fail.
@acceleratorlastorder commented on GitHub (Jan 26, 2025):
Indeed, I just checked, and I didn’t know this was possible! This is a great plus for the tool.
For anyone interested, here’s the documentation link for reference: https://huggingface.co/docs/hub/en/ollama
@tjbck commented on GitHub (Jan 27, 2025):
You can already do this.