How to Use Pre-Svelte webui in tools/server with latest llama.cpp. #16261
BradHutchings
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I hope this might help someone who was happy enough with the pre-Svelte webui and having trouble with the Svelte one. My particular problem is that the new Svelte webui won't run right on a non-root web server endpoint. So if I want to use my own UI via the
--path
parameter, I'd like to keep the default chat UI, but put it on a non-root endpoint.Here's my process:
Clone llama.cpp (or fork).
Run this to restore old
tools/server/webui
direfctory:I have a feature request for running adding a parameter for the endpoint on which to run the webui:
#16184
You can check out my fork of llama.cpp, called Mmojo-Server. It has a completion UI as default and runs cross-platform as a single binary like llamafile:
https://github.com/BradHutchings/Mmojo-Server
-Brad
Beta Was this translation helpful? Give feedback.
All reactions