Fix bazel build attempt #2 (remove //base through automation change).

https://github.com/google/gemma.cpp/actions/runs/8252325981/job/22571549312

PiperOrigin-RevId: 615097246
This commit is contained in:
Austin Huang 2024-03-12 10:42:50 -07:00 committed by Copybara-Service
parent 9345b0aed5
commit a9aa63fd2e
1 changed files with 2 additions and 4 deletions

View File

@ -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",