-
Notifications
You must be signed in to change notification settings - Fork 3
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 reference for go-llama.cpp #2
Comments
hello! i updated submodule |
Hi, |
As I understood there we need
|
Tried that yesterday, so far to no avail.. Here's what I had to do:
I double-checked that I pulled the latest llama.cpp but somehow I still get the error when loading the model. Can't tell where the bit sits that obviously builds an older llama.cpp version.. |
All you tried is right, i'd done same. The only I can suggest is to cd to |
Thanks once again - even if I checkout master for both submodules, every time I build it remains the same. I encountered that in the Dockerfile, the submodules are init'ed again, so my changes might even be useless.. But once I try to omit the "git submodule update --init --recursive", the build fails to find go-llama.cpp. Have you got an Idea how I could work around that? |
Hi there,
thanks for this awesome bot! To be able to run more recent models, I'd need to update the deps. Can you either tell me how to update that in my local dir or maybe even maintain it in the repo?
Thanks!
The text was updated successfully, but these errors were encountered: