From 571a5449c4e1f45377582d26c6400215d6e5797a Mon Sep 17 00:00:00 2001 From: austinvhuang Date: Fri, 8 Mar 2024 17:33:33 -0500 Subject: [PATCH] update commit hash for gemma lib --- examples/hello_world/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello_world/CMakeLists.txt b/examples/hello_world/CMakeLists.txt index 97686dd..eb574aa 100644 --- a/examples/hello_world/CMakeLists.txt +++ b/examples/hello_world/CMakeLists.txt @@ -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)