mirror of https://github.com/google/gemma.cpp.git
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:
parent
9345b0aed5
commit
a9aa63fd2e
|
|
@ -69,7 +69,7 @@ cc_library(
|
||||||
deps = [
|
deps = [
|
||||||
":args",
|
":args",
|
||||||
":transformer_ops",
|
":transformer_ops",
|
||||||
"//base",
|
# "//base",
|
||||||
"//compression:compress",
|
"//compression:compress",
|
||||||
"@hwy//:hwy",
|
"@hwy//:hwy",
|
||||||
"@hwy//:matvec",
|
"@hwy//:matvec",
|
||||||
|
|
@ -89,9 +89,7 @@ cc_binary(
|
||||||
":app",
|
":app",
|
||||||
":args",
|
":args",
|
||||||
":gemma_lib",
|
":gemma_lib",
|
||||||
# copybara:strip_begin
|
# "//base",
|
||||||
"//base",
|
|
||||||
# copybara:strip_end
|
|
||||||
"//compression:compress",
|
"//compression:compress",
|
||||||
"@hwy//:hwy",
|
"@hwy//:hwy",
|
||||||
"@hwy//:nanobenchmark",
|
"@hwy//:nanobenchmark",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue