diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b1d5ab..97e36bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ set(LLAMA_OPENMP OFF) FetchContent_Declare( llama_cpp - GIT_REPOSITORY git@github.com:ggerganov/llama.cpp.git + GIT_REPOSITORY https://github.com/ggerganov/llama.cpp.git GIT_TAG b3091 ) FetchContent_MakeAvailable(llama_cpp)