diff --git a/dep/cmake_fetchcontent/llama_cpp.cmake b/dep/cmake_fetchcontent/llama_cpp.cmake index 09502dc..fe117ce 100644 --- a/dep/cmake_fetchcontent/llama_cpp.cmake +++ b/dep/cmake_fetchcontent/llama_cpp.cmake @@ -1,7 +1,7 @@ FetchContent_Declare( LlamaCpp GIT_REPOSITORY "https://github.com/ggerganov/llama.cpp.git" - GIT_TAG "b5e95468b1676e1e5c9d80d1eeeb26f542a38f42" + GIT_TAG "8b3befc0e2ed8fb18b903735831496b8b0c80949" ) set(GGML_OPENMP FALSE CACHE BOOL "OpenMP off for compatibility.")