Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev update (23.8.9.) #3

Merged
merged 3 commits into from
Aug 9, 2023
Merged

Dev update (23.8.9.) #3

merged 3 commits into from
Aug 9, 2023

Conversation

c0sogi
Copy link
Owner

@c0sogi c0sogi commented Aug 9, 2023

This PR encompasses several enhancements to usability and code refactoring. The primary changes include:

  1. Skip compilation: You can skip compilation of llama.cpp shared library when running server with --install-pkgs. Just add --skip-compile option.
  2. Removed auto process kill feature: Killing process when unloading model, was introduced to prevent the program from memory leak, but this sometimes make the program exit for no reason. So this feature is removed.
  3. API key checker: API key checker will be activated if you start the server with option --api-key YOUR_API_KEY. Client must include Authorization header with Bearer YOUR_API_KEY.

@c0sogi c0sogi merged commit 178fe3e into master Aug 9, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant