sci-misc/llama-cpp: fix web UI#515
Open
WGH- wants to merge 1 commit into
Open
Conversation
WGH-
force-pushed
the
fix-llama.cpp-webui
branch
from
July 19, 2026 13:20
1692d74 to
83c3099
Compare
Since upstream PR ggml-org/llama.cpp#22937, static assets are no longer vendored in the source code repository. Instead, they're now published on release to HuggingFace and (as of more recent llama.cpp releases) to GitHub release assets. Update the ebuild to fetch the UI archive from GitHub, and unpack it to the correct directory. This fixes nonfunctional web UI that returns 404 error instead of the page. Note that this commit does not try to solve live 9999 ebuild: actually building the code with JavaScript tooling is much more difficult problem. Closes: https://bugs.gentoo.org/979245 Signed-off-by: WGH <wgh@torlan.ru>
WGH-
force-pushed
the
fix-llama.cpp-webui
branch
from
July 19, 2026 20:35
83c3099 to
f2acfb4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since upstream PR ggml-org/llama.cpp#22937, static assets are no longer vendored in the source code repository. Instead, they're now published on release to HuggingFace and (as of more recent llama.cpp releases) to GitHub release assets.
Update the ebuild to fetch the UI archive from GitHub, and unpack it to the correct directory.
This fixes nonfunctional web UI that returns 404 error instead of the page.
Note that this commit does not try to solve live 9999 ebuild: actually building the code with JavaScript tooling is much more difficult problem.
Closes: https://bugs.gentoo.org/979245