Skip to content

Commit a9aa63f

Browse files
Austin Huangcopybara-github
authored andcommitted
Fix bazel build attempt google#2 (remove //base through automation change).
https://github.com/google/gemma.cpp/actions/runs/8252325981/job/22571549312 PiperOrigin-RevId: 615097246
1 parent 9345b0a commit a9aa63f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

BUILD.bazel

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ cc_library(
6969
deps = [
7070
":args",
7171
":transformer_ops",
72-
"//base",
72+
# "//base",
7373
"//compression:compress",
7474
"@hwy//:hwy",
7575
"@hwy//:matvec",
@@ -89,9 +89,7 @@ cc_binary(
8989
":app",
9090
":args",
9191
":gemma_lib",
92-
# copybara:strip_begin
93-
"//base",
94-
# copybara:strip_end
92+
# "//base",
9593
"//compression:compress",
9694
"@hwy//:hwy",
9795
"@hwy//:nanobenchmark",

0 commit comments

Comments
 (0)