mirror of https://github.com/google/gemma.cpp.git
Fix bazel build
This commit is contained in:
parent
cd41a4548e
commit
be1d58d4fa
|
|
@ -59,8 +59,12 @@ cc_library(
|
||||||
"gemma/gemma.cc",
|
"gemma/gemma.cc",
|
||||||
],
|
],
|
||||||
hdrs = [
|
hdrs = [
|
||||||
|
"gemma/activations.h",
|
||||||
|
"gemma/common.h",
|
||||||
|
"gemma/common-inl.h",
|
||||||
"gemma/configs.h",
|
"gemma/configs.h",
|
||||||
"gemma/gemma.h",
|
"gemma/gemma.h",
|
||||||
|
"gemma/weights.h",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":ops",
|
":ops",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue