Closed grencez closed 1 year ago
Windows build is working but relies on a CMake install step being added to llama.cpp (https://github.com/ggerganov/llama.cpp/pull/1124). Hopefully that gets merged.
I got Windows and Mac builds working with FetchContent() instead of ExternalProject_Add().
This is a step towards automated testing.
I'd also like to do this before trying newer C++ features.