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

Added local server setup to installation section #27

Merged
merged 3 commits into from
Sep 21, 2024

Conversation

LuMarans30
Copy link
Contributor

I've added a new section to the installation guide that provides step-by-step commands for running the proxy with a local server, specifically llama.cpp.

Added a section in `Installation` that lists the needed commands for running the proxy with a local server
Added the `-c` parameter to `llama-server` command in order to increase the context length to 4096 tokens, from the default of 2048 tokens.
@LuMarans30 LuMarans30 mentioned this pull request Sep 21, 2024
@codelion
Copy link
Owner

This looks good, but are you sure llama-cpp-python. supports multiple responses using the n param ? I think it has the same limitation as the llama-server as it is just a wrapper around it.

@codelion
Copy link
Owner

This PR fixes #8.

@codelion codelion added the documentation Improvements or additions to documentation label Sep 21, 2024
@LuMarans30
Copy link
Contributor Author

LuMarans30 commented Sep 21, 2024

This looks good, but are you sure llama-cpp-python. supports multiple responses using the n param ? I think it has the same limitation as the llama-server as it is just a wrapper around it.

Sorry, my bad. I misread the message and thought it was a merged PR. I've removed llama-cpp-python from the list of alternative servers.

@codelion codelion merged commit 22c9fc4 into codelion:main Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants