rendezqueue / rendezllama

CLI for llama.cpp with various commands to guide, edit, and regenerate tokens on the fly.
ISC License
10 stars 1 forks source link

bug: `make distclean` is required to build with updated dependencies #17

Closed grencez closed 1 year ago

grencez commented 1 year ago

https://gitlab.kitware.com/cmake/cmake/-/issues/22746 Maybe FetchContent would be better than ExternalProject.

grencez commented 1 year ago

Issue #14 introduced FetchContent for llama.cpp, which does indeed rebuild when necessary.

For the fildesh dependency, some extra work is needed... https://github.com/fildesh/fildesh/issues/132.