-
Notifications
You must be signed in to change notification settings - Fork 357
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
Major llama.cpp Change Notes #184
Comments
I ran into this issue when I wanted to try the new mistral model. It's tough to keep up with Llama.cpp breaking changes and all the new models coming in daily :-) |
That's odd, I actually tried out Mistral-7B-Instruct earlier today using 0.5.1 and it worked perfectly. |
Thanks Martin. I used the current Llamasharp main branch with the Cuda 11 dll in runtime folder and it worked! I thought Mistral required the new llama dlls and when I had tried it with yesterday's Llama.cpp dlls, it threw the tokenization error. Thanks again, |
(Batched executor is still in progress) |
llama.cpp 3328 just got merged. This contains a major change to the API which will require some big changes to LLamaSharp to support.
The text was updated successfully, but these errors were encountered: