mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
Mixtral support #80
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 @RandomLegend on GitHub (Dec 12, 2023).
Heyho,
afaik the mixtral branch of llama.cpp just updated to be able to use the new 8x7b model.
Will this be available here aswell? If yes, do you have an estimate on when?
@r7l commented on GitHub (Dec 12, 2023):
@RandomLegend Not a maintainer here but this seems to be the wrong repository for the issue. This is just the UI and not the Ollama backend.
Even so, how should anyone give you an estimate? This isn't even part of the original llama.cpp code. It's just a work in progress PR and not even merged. So you shouldn't expect this in any of the projects (seems like you've opened multiple issues) prior to the PR being merged in upstream llama.cpp.
If you're in such a hurry, you can compile llama.cpp yourself and use the working branch of that PR.
@RandomLegend commented on GitHub (Dec 12, 2023):
Yup, correct about the wrong repo. My bad.
I already built the mixtral branch and it works for me, but it would be awesome to have this in the webui, maybe they could add it as an auto-detect if we use the mixtral model or as option.