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

build: on multiple platforms via GitHub actions #14

Closed grencez closed 1 year ago

grencez commented 1 year ago

This is a step towards automated testing.

I'd also like to do this before trying newer C++ features.

grencez commented 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().