update commit hash for gemma lib

This commit is contained in:
austinvhuang 2024-03-08 17:33:33 -05:00
parent 03147effbd
commit 571a5449c4
1 changed files with 1 additions and 1 deletions

View File

@ -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)