We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create an environment variable LLAMA_CPP_N_THREADS and pass it to llama_set_n_threads.
LLAMA_CPP_N_THREADS
Code location: https://github.com/TabbyML/tabby/blob/03ff80efdb792e7e504d28ccedf622d8a851423b/crates/llama-cpp-bindings/src/engine.cc#L291C66-L291C66
Reference: https://github.com/ggerganov/llama.cpp/blob/57ad015dc3011b046ed5a23186c86ea55f987c54/llama.h#L488C20-L488C39
The text was updated successfully, but these errors were encountered:
@wsxiaoys Can i work on it? I know where to start
Sorry, something went wrong.
Sure! Feel free to send out a PR
Successfully merging a pull request may close this issue.
Create an environment variable
LLAMA_CPP_N_THREADS
and pass it to llama_set_n_threads.Code location: https://github.com/TabbyML/tabby/blob/03ff80efdb792e7e504d28ccedf622d8a851423b/crates/llama-cpp-bindings/src/engine.cc#L291C66-L291C66
Reference: https://github.com/ggerganov/llama.cpp/blob/57ad015dc3011b046ed5a23186c86ea55f987c54/llama.h#L488C20-L488C39
The text was updated successfully, but these errors were encountered: