Replies: 1 comment
-
Hi, sorry for the delay in response. Yeah, it's true the cli mode in KoboldCpp is somewhat limited - KoboldCpp is primarily intended to be used over API via the web UI. Regarding spinning up a session, KoboldCpp has this feature called Does that help? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is grounds for a discussion, rather than an issue, since this may be philosophical. The CLI and GUI (launcher) should be able to configure:
Not being able to configure llama.cpp is particularly problematic; as variables like "temperature", "top_k", and "top_p" cannot be changed in CLI only mode. It is also documented that the webui overrides some configurations (i.e --defaultgenamt), which means a custom webui cannot be created non-interactively.
Is there interest in implementing this? Or something like this? For example this, default config locations (i.e $XDG_CONFIG_HOME/koboldcpp/webui.json) and falling back to the command-line or built-in config, would be useful.
The end goal of these changes is to make it faster to spin-up a session, which goes a very very long way for desktop users transitioning from remote AI services.
Beta Was this translation helpful? Give feedback.
All reactions