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

add env variable for parallel #9513

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

bertwagner
Copy link
Contributor

The LLaMA.cpp HTTP Server README mentions using environment variable LLAMA_ARG_N_PARALLEL for setting the value of --parallel. This environment variable is missing from common/arg.cpp and this PR adds it in.

@VJHack
Copy link
Contributor

VJHack commented Sep 17, 2024

Nit: I would suggest that you just add (env: LLAMA_ARG_N_PARALLEL) to the docs here for clarity.

Copy link
Owner

@ggerganov ggerganov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge after the updated help message as suggested

@bertwagner
Copy link
Contributor Author

Thanks for the suggestion @VJHack . @ggerganov the README is now updated and ready to merge, thank you.

@ggerganov ggerganov merged commit 8b836ae into ggerganov:master Sep 17, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants