mirror of https://github.com/google/gemma.cpp.git
parent
d2090fddf3
commit
2b4436beb6
|
|
@ -569,6 +569,7 @@ cc_library(
|
||||||
"gemma/gemma-inl.h",
|
"gemma/gemma-inl.h",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
|
":allocator",
|
||||||
":basics",
|
":basics",
|
||||||
":configs",
|
":configs",
|
||||||
":gemma_args",
|
":gemma_args",
|
||||||
|
|
@ -576,9 +577,9 @@ cc_library(
|
||||||
":mat",
|
":mat",
|
||||||
":matmul",
|
":matmul",
|
||||||
":matmul_env",
|
":matmul_env",
|
||||||
":test_util",
|
|
||||||
":model_store",
|
":model_store",
|
||||||
":ops",
|
":ops",
|
||||||
|
":test_util",
|
||||||
":threading",
|
":threading",
|
||||||
":threading_context",
|
":threading_context",
|
||||||
":weights",
|
":weights",
|
||||||
|
|
@ -594,6 +595,8 @@ cc_library(
|
||||||
"@highway//:profiler",
|
"@highway//:profiler",
|
||||||
"@highway//:thread_pool",
|
"@highway//:thread_pool",
|
||||||
"@highway//hwy/contrib/sort:vqsort",
|
"@highway//hwy/contrib/sort:vqsort",
|
||||||
|
] +
|
||||||
|
[
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue