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

Working implementation of DRY with one key issue I could use help with #30

Merged
merged 2 commits into from
Aug 8, 2024

Conversation

wwoodsTM
Copy link

@wwoodsTM wwoodsTM commented Aug 6, 2024

This seems to work from my initial testing, which I will continue with, but one important issue is that I had to move the "LLAMA_API void llama_sample_dry" function signature in llama.h to the C++ "LLAMA_API_INTERNAL" section at the bottom which I am guessing is not optimal and I assume may break certain kinds of compiles that need C compatibility? I had to do this due to my use of a vector in the function signature.

@l3utterfly l3utterfly merged commit 190898a into l3utterfly:dry-sampler Aug 8, 2024
44 of 52 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