File tree Expand file tree Collapse file tree
examples/simplified_gemma Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ FetchContent_MakeAvailable(highway)
2727
2828## Note: absl needs to be installed by sentencepiece. This will only happen if
2929## cmake is invoked with -DSPM_ENABLE_SHARED=OFF and -DSPM_ABSL_PROVIDER=module
30- FetchContent_Declare (sentencepiece GIT_REPOSITORY https://github.com/google/sentencepiece GIT_TAG 53de76561cfc149d3c01037f0595669ad32a5e7c EXCLUDE_FROM_ALL )
30+ FetchContent_Declare (sentencepiece GIT_REPOSITORY https://github.com/google/sentencepiece GIT_TAG 9045b2f60fa2b323dfac0eaef8fc17565036f9f9 EXCLUDE_FROM_ALL )
3131FetchContent_MakeAvailable (sentencepiece)
3232
3333FetchContent_Declare (json GIT_REPOSITORY https://github.com/nlohmann/json.git GIT_TAG 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 EXCLUDE_FROM_ALL )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
2020include (FetchContent )
2121FetchContent_Declare (highway GIT_REPOSITORY https://github.com/google/highway.git GIT_TAG 2a16a50ff61071bb25ddef0ce35d92b0e2b9c579)
2222FetchContent_MakeAvailable (highway)
23- FetchContent_Declare (sentencepiece GIT_REPOSITORY https://github.com/google/sentencepiece GIT_TAG 53de76561cfc149d3c01037f0595669ad32a5e7c )
23+ FetchContent_Declare (sentencepiece GIT_REPOSITORY https://github.com/google/sentencepiece GIT_TAG 9045b2f60fa2b323dfac0eaef8fc17565036f9f9 )
2424FetchContent_MakeAvailable (sentencepiece)
2525
2626
You can’t perform that action at this time.
0 commit comments