Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08ae24b7 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Use a specific version of llama.cpp dependency

Indeed, master has evolved and does not work since then.

Some port needs to be done.
parent e7dca616
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ include(FetchContent)
FetchContent_Declare(
FetchContent_Declare(
        llama
        llama
        GIT_REPOSITORY https://github.com/ggerganov/llama.cpp
        GIT_REPOSITORY https://github.com/ggerganov/llama.cpp
        GIT_TAG        master
        GIT_TAG        efc8f767c8c8c749a245dd96ad4e2f37c164b54c
)
)


# Also provides "common"
# Also provides "common"