Skip to content

Commit

Permalink
llama.cpp updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 28, 2024
1 parent c86501b commit 0fe12b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llama_cpp_vendor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ find_package(ament_cmake REQUIRED)
FetchContent_Declare(
llama
GIT_REPOSITORY https://github.com/ggerganov/llama.cpp.git
GIT_TAG b4195
GIT_TAG b4206
)

option(LLAMA_BUILD_COMMON "llama: build common utils library" ON)
option(LLAMA_CURL "llama: use libcurl to download model from an URL" ON)

FetchContent_MakeAvailable(llama)

Expand Down

0 comments on commit 0fe12b0

Please sign in to comment.