Revert "Add benchmark dependency to cmake build"

This reverts commit 12ce91a163.

Reason: accidentally pushed directly to dev branch, will redo with
a PR and copybara-import.
This commit is contained in:
Zoltan Szabadka 2024-06-12 07:56:03 +00:00
parent 12ce91a163
commit 9c869c4655
1 changed files with 0 additions and 5 deletions

View File

@ -33,9 +33,6 @@ FetchContent_MakeAvailable(sentencepiece)
FetchContent_Declare(json GIT_REPOSITORY https://github.com/nlohmann/json.git GIT_TAG 9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03 EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(json)
FetchContent_Declare(benchmark GIT_REPOSITORY https://github.com/google/benchmark.git GIT_TAG v1.8.2 EXCLUDE_FROM_ALL)
FetchContent_MakeAvailable(benchmark)
set(SOURCES
compression/blob_store.cc
compression/blob_store.h
@ -62,8 +59,6 @@ set(SOURCES
backprop/optimizer.h
gemma/configs.h
gemma/activations.h
gemma/benchmark_helper.cc
gemma/benchmark_helper.h
gemma/common.cc
gemma/common.h
gemma/cross_entropy.cc