Skip to content

Commit

Permalink
Fix bazel build attempt #2 (remove //base through automation change).
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Huang authored and copybara-github committed Mar 12, 2024
1 parent 9345b0a commit a9aa63f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cc_library(
deps = [
":args",
":transformer_ops",
"//base",
# "//base",
"//compression:compress",
"@hwy//:hwy",
"@hwy//:matvec",
Expand All @@ -89,9 +89,7 @@ cc_binary(
":app",
":args",
":gemma_lib",
# copybara:strip_begin
"//base",
# copybara:strip_end
# "//base",
"//compression:compress",
"@hwy//:hwy",
"@hwy//:nanobenchmark",
Expand Down

0 comments on commit a9aa63f

Please sign in to comment.