fix crash in bindings

This commit is contained in:
Jeffrey Morgan
2023-07-05 16:28:18 -04:00
parent 6559a5b48f
commit 79a999e95d
4 changed files with 235 additions and 116 deletions

View File

@@ -4,7 +4,7 @@ include(FetchContent)
FetchContent_Declare(
llama_cpp
GIT_REPOSITORY https://github.com/ggerganov/llama.cpp.git
GIT_TAG master
GIT_TAG 55dbb91
)
FetchContent_MakeAvailable(llama_cpp)