mirror of https://github.com/google/gemma.cpp.git
update commit hash for gemma lib
This commit is contained in:
parent
03147effbd
commit
571a5449c4
|
|
@ -32,7 +32,7 @@ endif()
|
|||
if (BUILD_MODE STREQUAL "local")
|
||||
FetchContent_Declare(gemma SOURCE_DIR ../../..)
|
||||
else()
|
||||
FetchContent_Declare(gemma GIT_REPOSITORY https://github.com/google/gemma.cpp.git GIT_TAG dfd2fdc1dd8e7a84d2e2f9618334b87a79ba02b1)
|
||||
FetchContent_Declare(gemma GIT_REPOSITORY https://github.com/google/gemma.cpp.git GIT_TAG 03147effbd241530611c99f46df51ce5b87f2d8a)
|
||||
endif()
|
||||
FetchContent_MakeAvailable(gemma)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue