Skip to content

Commit 7799653

Browse files
committed
Set the working git-tag for Gemma.cpp
- gemma.cpp origin/main has been updated and the changes were not backcompatible with the current bindings - this is a short term fix that sets the git-tag to the first gemma.cpp commit resulting in a version that compiles without errors - TODO: update bindings to support the new interface and spec for libgemma
1 parent 09c7284 commit 7799653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1111
FetchContent_Declare(sentencepiece GIT_REPOSITORY https://github.com/google/sentencepiece GIT_TAG 53de76561cfc149d3c01037f0595669ad32a5e7c)
1212
FetchContent_MakeAvailable(sentencepiece)
1313

14-
FetchContent_Declare(gemma GIT_REPOSITORY https://github.com/google/gemma.cpp GIT_TAG origin/main)
14+
FetchContent_Declare(gemma GIT_REPOSITORY https://github.com/google/gemma.cpp GIT_TAG e29cd566cf3367671e8f59419a04e308796a7c57)
1515
FetchContent_MakeAvailable(gemma)
1616

1717
FetchContent_Declare(highway GIT_REPOSITORY https://github.com/google/highway.git GIT_TAG da250571a45826b21eebbddc1e50d0c1137dee5f)

0 commit comments

Comments
 (0)