feat(backend): update llamacpp to 4077

This commit is contained in:
Morgan Funtowicz 2024-11-14 09:04:06 +01:00
parent 6f059c4b5d
commit 70c90ad933
1 changed files with 1 additions and 1 deletions

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/b4048.tar.gz
URL https://github.com/ggerganov/llama.cpp/archive/refs/tags/b4077.tar.gz
)
fetchcontent_makeavailable(llama)