From a9aa63fd2ea6b786ed0706d619588bfe2d43370e Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Tue, 12 Mar 2024 10:42:50 -0700 Subject: [PATCH] Fix bazel build attempt #2 (remove //base through automation change). https://github.com/google/gemma.cpp/actions/runs/8252325981/job/22571549312 PiperOrigin-RevId: 615097246 --- BUILD.bazel | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index d2b96bc..885aff5 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -69,7 +69,7 @@ cc_library( deps = [ ":args", ":transformer_ops", - "//base", + # "//base", "//compression:compress", "@hwy//:hwy", "@hwy//:matvec", @@ -89,9 +89,7 @@ cc_binary( ":app", ":args", ":gemma_lib", - # copybara:strip_begin - "//base", - # copybara:strip_end + # "//base", "//compression:compress", "@hwy//:hwy", "@hwy//:nanobenchmark",