Internal changes

PiperOrigin-RevId: 840151004
This commit is contained in:
Krzysztof Rymski 2025-12-04 02:37:21 -08:00 committed by Copybara-Service
parent d2090fddf3
commit 2b4436beb6
1 changed files with 4 additions and 1 deletions

View File

@ -569,6 +569,7 @@ cc_library(
"gemma/gemma-inl.h",
],
deps = [
":allocator",
":basics",
":configs",
":gemma_args",
@ -576,9 +577,9 @@ cc_library(
":mat",
":matmul",
":matmul_env",
":test_util",
":model_store",
":ops",
":test_util",
":threading",
":threading_context",
":weights",
@ -594,6 +595,8 @@ cc_library(
"@highway//:profiler",
"@highway//:thread_pool",
"@highway//hwy/contrib/sort:vqsort",
] +
[
],
)