Request: a build option to disable the web UI embedded into the llama-server executable #10986
SamuelTallet
started this conversation in
Ideas
Replies: 2 comments
-
Great idea ! Would be very useful in some cases and keep bundle size lower. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also would be nice to have a CMake option for a path to a downloaded version of the python interpreter locally so it's not downloaded over the web at runtime and can be used offline... @SamuelTallet from what I've learned the llama-server maintainer doesn't have much time for feature requests like this so you need to make the PR yourself or it won't be done. Fair enough for open source I guess. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
What do you think about adding a CMake option like
LLAMA_SERVER_NO_WEBUI
(default:OFF
) here?This way, the
llama-server
binary could stay light for those who don't need the embedded web UI.In other words, with this option
ON
, index.html.gz file would not be embedded intollama-server
.Beta Was this translation helpful? Give feedback.
All reactions