-
Notifications
You must be signed in to change notification settings - Fork 112
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
fix(modell_server): deprecated make arguments for llamacpp server #704
Conversation
Would it make more sense to update the Renovate PR #703 instead? |
Hi @lmilbaum there are two elements in this PR,
I did not see #703 when I opened this PR this morning, thanks for informing me. I will be removing the bump of library to keep the focus on the fix. |
Shouldn't this be:
according to the docs. Guess im confused why we are turning it off when this variant is specifically cuda. |
Signed-off-by: axel7083 <[email protected]>
Signed-off-by: axel7083 <[email protected]>
Signed-off-by: axel7083 <[email protected]>
Signed-off-by: axel7083 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The
LLAMA_CUBLAS
argument is deprecatedhttps://github.com/ggerganov/llama.cpp/blob/be20e7f49d9e5c6d9e8d9b4871eeba3df7a1639d/Makefile#L71-L72