Conversation
|
It looks like the tests are failing because llama.cpp changed the default value of |
|
It looks like the cuda build failure was due to lack of disk space on the github actions runner? Here are the cuda build failure logs, showing disk space errors |
|
Will also bump to latest llama.cpp again |
|
Odd. The cuda build still fails in CI (ran the GH Actions on my fork), but building the |
|
don't worry about the CUDA build - Github actions is no good. |
Cool cool. I was also getting around to being convinced that it's likely an OOM error, or something like that... Are we ready to merge this, then? |
|
Thanks for merging this, and for your ongoing maintainership of this crate! 🫂 |
The upstream version of llama.cpp has been stuck the same version for a month, because of some dependency changes in their build system.
I opened ggml-org/llama.cpp#18670 to fix it, which was just now merged.
This PR just bumps the submodule commit, to use the latest version of llama.cpp