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

Update llama.cpp dependency to the latest version; Fix all clippy lints. #622

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

nkoppel
Copy link
Contributor

@nkoppel nkoppel commented Jan 21, 2025

I updated the llama.cpp dependency to latest as of today in order to run the new Deepseek R1 models with this library. I also fixed all clippy lints while I was at it, because it annoyed me that they exist.

The only break to the user-facing API is that LlamaSampler::penalties_simple has been removed, and LlamaSampler::penalties has had a number of parameters removed, because these parameters were removed upstream in llama.cpp. Let me know if you want to see any changes!

@MarcusDunn
Copy link
Contributor

This is great! Thanks for the PR!

@MarcusDunn MarcusDunn merged commit 00f3bcb into utilityai:main Jan 22, 2025
2 of 5 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.

2 participants