feat(backend): update llama.cpp to 4215

This commit is contained in:
Morgan Funtowicz 2024-11-28 23:56:57 +01:00
parent 6c5a75b593
commit b1ebc8f73b

View File

@ -33,7 +33,7 @@ endif ()
# Download llama.cpp repo at the specific version
fetchcontent_declare(
llama
URL https://github.com/ggerganov/llama.cpp/archive/refs/tags/b4077.tar.gz
URL https://github.com/ggerganov/llama.cpp/archive/refs/tags/b4215.tar.gz
)
fetchcontent_makeavailable(llama)