Skip to content

Commit

Permalink
update llama
Browse files Browse the repository at this point in the history
  • Loading branch information
grencez committed Aug 17, 2024
1 parent 7547950 commit 4d17359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/cmake_fetchcontent/llama_cpp.cmake
Original file line number Diff line number Diff line change
@@ -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.")
Expand Down

0 comments on commit 4d17359

Please sign in to comment.