Skip to content

Commit

Permalink
https?
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Nov 22, 2024
1 parent 2226ad9 commit d9137e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d9137e3

Please sign in to comment.