From 9c869c4655a34cf0fd3d7f4aa8fd39cf5410198f Mon Sep 17 00:00:00 2001 From: Zoltan Szabadka Date: Wed, 12 Jun 2024 07:56:03 +0000 Subject: [PATCH] Revert "Add benchmark dependency to cmake build" This reverts commit 12ce91a1632cc81dd2cbee75d351c15b64a822f9. Reason: accidentally pushed directly to dev branch, will redo with a PR and copybara-import. --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1473d3b..1ff655c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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