update chatprompt and llama prompt handling

This commit is contained in:
Aaron Po
2026-04-16 15:34:47 -04:00
parent 6682b5de01
commit 44a74ed2ad
4 changed files with 632 additions and 59 deletions

View File

@@ -63,7 +63,7 @@ find_package(Boost REQUIRED COMPONENTS json program_options)
FetchContent_Declare(
llama-cpp
GIT_REPOSITORY https://github.com/ggml-org/llama.cpp.git
GIT_TAG b8739
GIT_TAG b8742
)
FetchContent_MakeAvailable(llama-cpp)